diff options
Diffstat (limited to 'subx/034discourage_raw_hex.cc')
-rw-r--r-- | subx/034discourage_raw_hex.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/034discourage_raw_hex.cc b/subx/034discourage_raw_hex.cc index 22f45b1d..cb097443 100644 --- a/subx/034discourage_raw_hex.cc +++ b/subx/034discourage_raw_hex.cc @@ -21,7 +21,6 @@ void warn_on_raw_jumps(/*const*/ program& p) { } :(scenario warn_on_hex_bytes_without_operands) -% Hide_warnings = true; == 0x1 bb 2a 00 00 00 # copy 0x2a (42) to EBX +warn: 'bb 2a 00 00 00': using raw hex is not recommended |