* src/vm/jit/linenumbertable.c: New file.
[cacao.git] / src / vm / jit / mips / asmpart.S
index 43128d32182c58e6722d7e989f1d116c75cf473b..d8dc09cac354fccc6fb1106402308a3a88a59f90 100644 (file)
@@ -83,8 +83,6 @@
 
 #if SIZEOF_VOID_P == 8
 
-       .dword  0                           /* line number table start            */
-       .dword  0                           /* line number table size             */
        .word   0                           /* fltsave                            */
        .word   0                           /* intsave                            */
        .word   0                           /* isleaf                             */
@@ -93,8 +91,6 @@
 
 #else /* SIZEOF_VOID_P == 8 */
 
-       .word   0                           /* line number table start            */
-       .word   0                           /* line number table size             */
        .word   0                           /* fltsave                            */
        .word   0                           /* intsave                            */
        .word   0                           /* isleaf                             */