diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-04 22:09:42 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-04 22:09:42 -0400 |
commit | 5befb8b4e67e1d06ba9729031dad7bda23a762c7 (patch) | |
tree | 486929468e16c020670fce812736ec73591df0f9 /msim/sim.h | |
parent | fixed forced section padding in mld (diff) | |
download | mips-5befb8b4e67e1d06ba9729031dad7bda23a762c7.tar.gz mips-5befb8b4e67e1d06ba9729031dad7bda23a762c7.tar.bz2 mips-5befb8b4e67e1d06ba9729031dad7bda23a762c7.zip |
fix msim to load non page aligned segments
Diffstat (limited to '')
-rw-r--r-- | msim/sim.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ struct simulator_args { struct simulator { struct simulator_args *args; - /// the registers uint32_t reg[32]; |