mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
uber fix
This commit is contained in:
parent
4eaa992aff
commit
d6163a6edb
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ OPCODE(FPCmpClass32, U1, F32,
|
||||||
// Integer operations
|
// Integer operations
|
||||||
OPCODE(IAdd32, U32, U32, U32, )
|
OPCODE(IAdd32, U32, U32, U32, )
|
||||||
OPCODE(IAdd64, U64, U64, U64, )
|
OPCODE(IAdd64, U64, U64, U64, )
|
||||||
OPCODE(IAddCarry32, U32x2, U32, U32, )
|
OPCODE(IAddCarry32, U32x2, U32, U32, )
|
||||||
OPCODE(ISub32, U32, U32, U32, )
|
OPCODE(ISub32, U32, U32, U32, )
|
||||||
OPCODE(ISub64, U64, U64, U64, )
|
OPCODE(ISub64, U64, U64, U64, )
|
||||||
OPCODE(IMul32, U32, U32, U32, )
|
OPCODE(IMul32, U32, U32, U32, )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue