mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 06:07:33 -05:00
WIP
This commit is contained in:
@@ -78,6 +78,9 @@ namespace RandomX {
|
||||
uint32_t getImm32() const {
|
||||
return load32(&imm32);
|
||||
}
|
||||
void setImm32(uint32_t val) {
|
||||
return store32(&imm32, val);
|
||||
}
|
||||
const char* getName() const {
|
||||
return names[opcode];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user