@@ -13,15 +13,15 @@ * file. */ #include "config.h" -.globl _of_forward -.globl _of_forward_stret +.globl _OFForward +.globl _OFForward_stret .section .text -_of_forward: +_OFForward: pushl %ebp movl %esp, %ebp pushl %ebx subl $20, %esp @@ -72,17 +72,17 @@ 0: addl $20, %esp popl %ebx popl %ebp - jmp _of_method_not_found -.def _of_forward + jmp _OFMethodNotFound +.def _OFForward .scl 2 .type 32 .endef -_of_forward_stret: +_OFForward_stret: pushl %ebp movl %esp, %ebp pushl %ebx subl $20, %esp @@ -133,12 +133,12 @@ 0: addl $20, %esp popl %ebx popl %ebp - jmp _of_method_not_found_stret -.def _of_forward_stret + jmp _OFMethodNotFound_stret +.def _OFForward_stret .scl 2 .type 32 .endef init: