mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Removed plt
This commit is contained in:
parent
46131cde74
commit
d6a2fadda1
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ let show instr =
|
|||
if i >= 0 then Printf.sprintf "-%d(%%rbp)" (stack_offset i)
|
||||
else Printf.sprintf "%d(%%rbp)" (stack_offset i)
|
||||
| M (_, I, _, s) -> Printf.sprintf "%s(%%rip)" s
|
||||
| M (F, E, _, s) -> Printf.sprintf "%s@plt(%%rip)" s
|
||||
| M (F, E, _, s) -> Printf.sprintf "%s(%%rip)" s
|
||||
| M (D, E, _, s) -> Printf.sprintf "%s@GOTPCREL(%%rip)" s
|
||||
| C s -> Printf.sprintf "$%s" s
|
||||
| L i -> Printf.sprintf "$%d" i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue