summaryrefslogtreecommitdiff
path: root/bin/opcode
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-19 22:41:50 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-19 22:48:34 +0100
commit5e93dd3896ab214fda599775efb0e97df5c6ab7b (patch)
tree46c593f43a8229d170c1ea23b49787a36aa80fd4 /bin/opcode
parent636ee90f79a5a1551220427c89865c40bc0b65a7 (diff)
downloadbuilder-5e93dd3896ab214fda599775efb0e97df5c6ab7b.tar.xz
renames in opcode sniffer, using proper tmpdir
Diffstat (limited to 'bin/opcode')
-rwxr-xr-xbin/opcode2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/opcode b/bin/opcode
index 59e6c0a..de1b3f8 100755
--- a/bin/opcode
+++ b/bin/opcode
@@ -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.