зеркало из https://github.com/github/ruby.git
Add assert
This commit is contained in:
Родитель
e743e3bf20
Коммит
ae9bcfec8c
|
@ -186,6 +186,7 @@ impl Assembler
|
|||
// Atomically increment a counter at a given memory location
|
||||
Op::IncrCounter => {
|
||||
assert!(matches!(insn.opnds[0], Opnd::Mem(_)));
|
||||
assert!(matches!(insn.opnds[0], Opnd::UImm(_)));
|
||||
write_lock_prefix(cb);
|
||||
add(cb, insn.opnds[0].into(), insn.opnds[1].into());
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче