comparison mc-code-powerpc.c @ 204:4c614334f3d0

long long test parse
author kono
date Tue, 13 Apr 2004 12:26:56 +0900
parents 28baf6cd9ad1
children a50f90d0b63a
comparison
equal deleted inserted replaced
203:28baf6cd9ad1 204:4c614334f3d0
481 481
482 #if LONGLONG_CODE 482 #if LONGLONG_CODE
483 int 483 int
484 get_lregister_var(NMTBL *n) 484 get_lregister_var(NMTBL *n)
485 { 485 {
486 return -1; 486 return list2(LVAR,new_lvar(size_of_longlong));
487 } 487 }
488 #endif 488 #endif
489 489
490 void 490 void
491 emit_pop_free(int xreg) 491 emit_pop_free(int xreg)