mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05:48 +00:00
float_sign should be int not bigint
This commit is contained in:
@@ -8389,9 +8389,9 @@ DEFINE_JS_FUNCTION(
|
||||
RETURNJS_IF_INVALID_FLOAT(*f1);
|
||||
|
||||
if (*f1 == 0)
|
||||
returnJSXFL(0);
|
||||
returnJS(0);
|
||||
|
||||
returnJSXFL(is_negative(*f1));
|
||||
returnJS(is_negative(*f1));
|
||||
|
||||
JS_HOOK_TEARDOWN();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user