Compare commits
11 Commits
a17d7e6d41
...
5d3a653b2e
Author | SHA1 | Date | |
---|---|---|---|
5d3a653b2e | |||
ee4149716a | |||
2405ba2f7d | |||
ce1c670ba1 | |||
8b9d06915e | |||
f1758e8426 | |||
91427aa920 | |||
03b2648f16 | |||
f6f9d3eb8d | |||
0ccbd02964 | |||
1230aa1e91 |
@ -63,7 +63,7 @@ Finally it's worth noting that ZBA uses a TOML config file it'll store in your O
|
|||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
Most recently built on Zig [v0.10.0](https://github.com/ziglang/zig/tree/0.10.0)
|
Most recently built on Zig [v0.11.0-dev.144+892fb0fc8](https://github.com/ziglang/zig/tree/892fb0fc8)
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
|
@ -652,9 +652,7 @@ const Pipeline = struct {
|
|||||||
pub fn step(self: *Self, cpu: *Arm7tdmi, comptime T: type) ?u32 {
|
pub fn step(self: *Self, cpu: *Arm7tdmi, comptime T: type) ?u32 {
|
||||||
comptime std.debug.assert(T == u32 or T == u16);
|
comptime std.debug.assert(T == u32 or T == u16);
|
||||||
|
|
||||||
// FIXME: https://github.com/ziglang/zig/issues/12642
|
const opcode = self.stage[0];
|
||||||
var opcode = self.stage[0];
|
|
||||||
|
|
||||||
self.stage[0] = self.stage[1];
|
self.stage[0] = self.stage[1];
|
||||||
self.stage[1] = cpu.fetch(T, cpu.r[15]);
|
self.stage[1] = cpu.fetch(T, cpu.r[15]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user