mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: platform: psvita: explicitly export __aeabi_ul2f
This commit is contained in:
@@ -46,6 +46,7 @@ extern void *__aeabi_idivmod;
|
||||
extern void *__aeabi_uidivmod;
|
||||
extern void *__aeabi_d2ulz;
|
||||
extern void *__aeabi_ul2d;
|
||||
extern void *__aeabi_ul2f;
|
||||
|
||||
static const vrtld_export_t aux_exports[] =
|
||||
{
|
||||
@@ -55,6 +56,7 @@ static const vrtld_export_t aux_exports[] =
|
||||
VRTLD_EXPORT_SYMBOL( __aeabi_uidivmod ),
|
||||
VRTLD_EXPORT_SYMBOL( __aeabi_uidiv ),
|
||||
VRTLD_EXPORT_SYMBOL( __aeabi_ul2d ),
|
||||
VRTLD_EXPORT_SYMBOL( __aeabi_ul2f ),
|
||||
VRTLD_EXPORT_SYMBOL( _impure_ptr ),
|
||||
VRTLD_EXPORT_SYMBOL( ctime ),
|
||||
VRTLD_EXPORT_SYMBOL( vasprintf ),
|
||||
|
||||
Reference in New Issue
Block a user