https://bugs.kde.org/show_bug.cgi?id=523096
--- Comment #5 from Mark Wielaard <[email protected]> --- Related: diff --git a/VEX/priv/guest_x86_toIR.c b/VEX/priv/guest_x86_toIR.c index c7a7d4200d4f..d649b88e0867 100644 --- a/VEX/priv/guest_x86_toIR.c +++ b/VEX/priv/guest_x86_toIR.c [...] -static IRExpr* mkU8 ( UInt i ) +static IRExpr* mkU8 ( ULong i ) [...] This really should take an UChar (8bits). -static IRExpr* mkU32 ( UInt i ) +static IRExpr* mkU32 ( ULong i ) And this an UInt (32bits). Maybe that cleanup needs to go with the one where we put all of these in their own header. -- You are receiving this mail because: You are watching all bug changes.
