diff --git a/src/gba/fixed.cpp b/src/gba/fixed.cpp index a65bb46..5e70012 100644 --- a/src/gba/fixed.cpp +++ b/src/gba/fixed.cpp @@ -51,7 +51,7 @@ GBA_IWRAM fixed fixed::operator/(fixed rhs) const { [d] "r" (rhs.x) : "r0", "r1", "r2", "r3" ); - return raw_result; + return from_raw(raw_result); } } // namespace mtl