home *** CD-ROM | disk | FTP | other *** search
- /* Trampoline for i386 CPU */
-
- /*
- * Copyright 1995 Bruno Haible, <haible@ma2s2.mathematik.uni-karlsruhe.de>
- *
- * This is free software distributed under the GNU General Public Licence
- * described in the file COPYING. Contact the author if you don't have this
- * or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied,
- * on this software.
- */
-
- /* Available registers: %eax, %edx, %ecx. */
-
- .globl _tramp
- _tramp:
- movl $0x73554711,0x12345678
- jmp 0xbabebec0
-