Skip to content
  • wolfgang's avatar
    Darwin/i386 NCG: fix assembly syntax in symbol stubs · 7e4fa0a6
    wolfgang authored
    In i386 position-independent symbol stubs, the NCG used to print
    	jmp %edx
    instead of
    	jmp *%edx
    
    Apple's assembler used to silently accept this, but has recently started to print warnings about it.
    
    MERGE TO STABLE.
    7e4fa0a6