built in the compile time flag NOFLOAT to get rid of the float stuff
This commit is contained in:
@@ -128,10 +128,12 @@ unstack_level()
|
||||
case POINTER:
|
||||
reg = reg_pointer;
|
||||
break;
|
||||
#ifndef NOFLOAT
|
||||
case FLOAT:
|
||||
case DOUBLE:
|
||||
reg = reg_float;
|
||||
break;
|
||||
#endif NOFLOAT
|
||||
default:
|
||||
reg = reg_any;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user