[kaffe] Build error while porting to ARM-LINUX (the code)

Heejune AHN heejune at snut.ac.kr
Sat May 15 05:16:07 PDT 2004


The following is the trouble maker....

IN config/arm/sysdepCellMethod.h  

case 'D':
      asm volatile ("stfd %1,%0" : "=m" (call->ret->d) : "f" (f0));
      break;
                                                                                
    case 'F':
      asm volatile ("stfs %1,%0" : "=m" (call->ret->f) : "f" (f0));
      break;


More information about the kaffe mailing list