Merge remote-tracking branch 'gzdoom/master' into asmjit
This commit is contained in:
commit
4e85134d8e
42 changed files with 875 additions and 974 deletions
|
|
@ -1053,7 +1053,7 @@ static int Exec(VMFrameStack *stack, const VMOP *pc, VMReturn *ret, int numret)
|
|||
NEXTOP;
|
||||
OP(SRL_KR):
|
||||
ASSERTD(a); ASSERTKD(B); ASSERTD(C);
|
||||
reg.d[a] = (unsigned)konstd[B] >> C;
|
||||
reg.d[a] = (unsigned)konstd[B] >> reg.d[C];
|
||||
NEXTOP;
|
||||
|
||||
OP(SRA_RR):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue