From 5e93dd3896ab214fda599775efb0e97df5c6ab7b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 19 Jan 2018 22:41:50 +0100 Subject: renames in opcode sniffer, using proper tmpdir --- bin/opcode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/opcode') 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. -- cgit v1.2.3-70-g09d2