diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-19 22:41:50 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-19 22:48:34 +0100 |
commit | 5e93dd3896ab214fda599775efb0e97df5c6ab7b (patch) | |
tree | 46c593f43a8229d170c1ea23b49787a36aa80fd4 /bin/opcode | |
parent | 636ee90f79a5a1551220427c89865c40bc0b65a7 (diff) | |
download | builder-5e93dd3896ab214fda599775efb0e97df5c6ab7b.tar.xz |
renames in opcode sniffer, using proper tmpdir
Diffstat (limited to 'bin/opcode')
-rwxr-xr-x | bin/opcode | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Line_Numbers=false Leading_Context=0 Trailing_Context=0 -source Opcode_list # include opcodes from a separate file +source "${0%/*}/../conf/Opcode_list" # include opcodes from a separate file # GAS-specific opcodes (unofficial names) belonging to the x64 instruction set. # They are generated by GNU tools (e.g. GDB, objdump) and specify a variant of ordinal opcodes like NOP and MOV. |