diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-04-20 03:19:42 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-04-20 03:19:42 +0000 |
| commit | 4dae63e35b889dd2766edb068faf075365e29686 (patch) | |
| tree | b99404f88a670915b978ca4f7be0b1afb79556da /lldb/source/Commands/CommandObjectCommands.cpp | |
| parent | e473aaf540710863d85033805d5ab3b2c11960d4 (diff) | |
| download | llvm-4dae63e35b889dd2766edb068faf075365e29686.zip llvm-4dae63e35b889dd2766edb068faf075365e29686.tar.gz llvm-4dae63e35b889dd2766edb068faf075365e29686.tar.bz2 | |
This should always be signed chars, so use int8_t. This fixes a miscompile when
llvm is built with unsigned chars where an immediate such as 0xff would be zero
extended to 64-bits, turning "cmp $0xff,%eax" into
"cmp $0xffffffffffffffff,%eax".
llvm-svn: 129845
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions
