remove default tests in Elf
This commit is contained in:
parent
34ffd36a0c
commit
a72705c343
1 changed files with 2 additions and 0 deletions
2
elf.ml
2
elf.ml
|
@ -189,6 +189,7 @@ let barebones_elf oc fn text =
|
|||
]
|
||||
|
||||
|
||||
(*
|
||||
let _ =
|
||||
let oc = open_out "test.o" in
|
||||
let text = String.concat ""
|
||||
|
@ -196,3 +197,4 @@ let _ =
|
|||
; "\xc3" (* retq *)
|
||||
] in
|
||||
barebones_elf oc "main" text
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue