----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1104/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 8897:684084e958c8 --------------------------- X86: Fix address size handling so real mode works properly. Virtual (pre-segmentation) addresses are truncated based on address size, and any non-64 bit linear address is truncated to 32 bits. This means that real mode addresses aren't truncated down to 16 bits after their segment bases are added in. Diffs ----- src/arch/x86/isa/microops/ldstop.isa 6df06e5975c6 src/arch/x86/tlb.cc 6df06e5975c6 Diff: http://reviews.gem5.org/r/1104/diff/ Testing ------- Thanks, Gabe Black _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
