chore: remove premature inlines

This commit is contained in:
2022-01-10 01:24:14 -04:00
parent bbe2ecfa53
commit 0d4c850218
6 changed files with 22 additions and 22 deletions

View File

@@ -45,7 +45,7 @@ pub const Arm7tdmi = struct {
self.cpsr.raw = 0x6000001F;
}
pub inline fn step(self: *Self) u64 {
pub fn step(self: *Self) u64 {
const opcode = self.fetch();
// self.mgbaLog(opcode);