diff options
author | Craig Topper <craig.topper@intel.com> | 2019-11-14 13:21:35 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-11-14 13:21:36 -0800 |
commit | 3cec2a17de744900401c83aedb442e2acc1f23f8 (patch) | |
tree | 9ed2e6ccc89ec4dc2881374bc6d9653a66053b52 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 1ee84e5ab2a4b7e79b39d4b5130c749c6a7c08aa (diff) | |
download | bcm5719-llvm-3cec2a17de744900401c83aedb442e2acc1f23f8.tar.gz bcm5719-llvm-3cec2a17de744900401c83aedb442e2acc1f23f8.zip |
[X86] Fix the implementation of __readcr3/__writecr3 to work in 64-bit mode
We need to use a 64-bit type in 64-bit mode so a 64-bit register
will get used in the generated assembly. I've also changed the
constraints to just use "r" intead of "q". "q" forces to a only
an a/b/c/d register in 32-bit mode, but I see no reason that
would matter here.
Fixes Nico's note in PR19301 over 4 years ago.
Differential Revision: https://reviews.llvm.org/D70101
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions