mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-12 08:35:59 +00:00
Removes broken mul test
This commit is contained in:
parent
03f068ec1d
commit
e13d77215a
@ -1,17 +0,0 @@
|
||||
%ifdef CONFIG
|
||||
{
|
||||
"Match": "All",
|
||||
"RegData": {
|
||||
"RAX": "0xFFFFFFFFFFFFFFFE",
|
||||
"RDX": "1",
|
||||
"RBX": "1"
|
||||
}
|
||||
}
|
||||
%endif
|
||||
mov rax, -1
|
||||
mov rdx, 0
|
||||
mov rbx, 1
|
||||
|
||||
mul rbx
|
||||
|
||||
hlt
|
Loading…
Reference in New Issue
Block a user