parent
f86f8e8ed8
commit
c754d6fdfb
15 changed files with 91 additions and 108 deletions
|
@ -37,9 +37,9 @@ void dllEntry( intptr_t (QDECL *syscallptr)( intptr_t arg,... ) ) {
|
|||
|
||||
|
||||
int PASSFLOAT( float x ) {
|
||||
float floatTemp;
|
||||
floatTemp = x;
|
||||
return *(int *)&floatTemp;
|
||||
floatint_t fi;
|
||||
fi.f = x;
|
||||
return fi.i;
|
||||
}
|
||||
|
||||
void trap_Print( const char *fmt ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue