mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Hash table update
This commit is contained in:
@@ -504,13 +504,13 @@ public:
|
||||
cc.setArg(1, val);
|
||||
|
||||
cc.cmp(val, 0);
|
||||
cc.je(L0);
|
||||
cc.je(L2);
|
||||
|
||||
cc.cmp(val, 1);
|
||||
cc.je(L1);
|
||||
|
||||
cc.cmp(val, 2);
|
||||
cc.je(L2);
|
||||
cc.je(L0);
|
||||
|
||||
cc.mov(x86::dword_ptr(dst), val);
|
||||
cc.jmp(LEnd);
|
||||
|
||||
Reference in New Issue
Block a user