File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ open BCHCPURegisters
5050open BCHDoubleword
5151open BCHFloc
5252open BCHFtsParameter
53- open BCHFunctionData
5453open BCHFunctionInfo
5554open BCHFunctionInterface
5655open BCHLibTypes
@@ -493,7 +492,6 @@ let translate_arm_instruction
493492 ~(funloc :location_int )
494493 ~(codepc :arm_code_pc_int )
495494 ~(blocklabel :symbol_t )
496- ~(exitlabel :symbol_t )
497495 ~(cmds :cmd_t list ) =
498496 let (ctxtiaddr, instr) = codepc#get_next_instruction in
499497 let faddr = funloc#f in
@@ -4042,8 +4040,7 @@ object (self)
40424040 let rec aux cmds =
40434041 let (nodes,edges,newcmds) =
40444042 try
4045- translate_arm_instruction
4046- ~funloc ~codepc ~blocklabel ~exitlabel ~cmds
4043+ translate_arm_instruction ~funloc ~codepc ~blocklabel ~cmds
40474044 with
40484045 | BCH_failure p ->
40494046 let msg =
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ val translate_arm_instruction:
4040 funloc :location_int
4141 -> codepc :arm_code_pc_int
4242 -> blocklabel :symbol_t
43- -> exitlabel :symbol_t
4443 -> cmds :cmd_t list
4544 -> ((symbol_t
4645 * (code_t , 'a ) command_t list ) list
You can’t perform that action at this time.
0 commit comments