mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-02 06:44:45 +00:00
MOVP2R linux buildfix attempt
This commit is contained in:
parent
7e736172db
commit
8e513ec38a
@ -776,7 +776,7 @@ public:
|
||||
|
||||
// Load pointers without casting
|
||||
template <class T> void MOVP2R(ARMReg reg, T *val) {
|
||||
MOVI2R(reg, (u32)(void *)val);
|
||||
MOVI2R(reg, (u32)(intptr_t)(void *)val);
|
||||
}
|
||||
|
||||
void ADDI2R(ARMReg rd, ARMReg rs, u32 val, ARMReg scratch);
|
||||
|
Loading…
x
Reference in New Issue
Block a user