mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 12:44:45 +00:00
VEX/priv/guest_arm64_toIR.c: Fix vpanic messages mixup in mkDIVF.
This commit is contained in:
parent
cea0056fcf
commit
7090a99bfc
@ -552,7 +552,7 @@ static IROp mkDIVF ( IRType ty ) {
|
||||
switch (ty) {
|
||||
case Ity_F32: return Iop_DivF32;
|
||||
case Ity_F64: return Iop_DivF64;
|
||||
default: vpanic("mkMULF");
|
||||
default: vpanic("mkDIVF");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user