From c014748c0191b711e2adf5a5db224474ea4e75d3 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 3 Aug 2010 18:52:49 -0700 Subject: Remove dead implicit-destinations logic from IL. --- src/boot/be/macho.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/be/macho.ml') diff --git a/src/boot/be/macho.ml b/src/boot/be/macho.ml index c2970e78..da3c8550 100644 --- a/src/boot/be/macho.ml +++ b/src/boot/be/macho.ml @@ -961,7 +961,7 @@ let emit_file let edx_pointee = Il.Mem ((Il.RegIn (edx, None)), Il.ScalarTy (Il.AddrTy Il.OpaqueTy)) in - Il.emit_full e (Some start_fixup) [] Il.Dead; + Il.emit_full e (Some start_fixup) Il.Dead; (* zero marks the bottom of the frame chain. *) Il.emit e (Il.Push (X86.imm (Asm.IMM 0L))); -- cgit v1.2.3