From ac27bc7878700bb417784b202c5b6bc929092bc7 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 12 Oct 2007 20:10:10 -0700 Subject: Loader: Identify sections based on virtual addresses, and set the LoadAddrMask correctly for x86. --HG-- extra : convert_revision : efa6cf42f7e69074c645dfcac335a3edf0941389 --- src/arch/x86/isa_traits.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/isa_traits.hh') diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh index 13fe9af4e..762f9b172 100644 --- a/src/arch/x86/isa_traits.hh +++ b/src/arch/x86/isa_traits.hh @@ -136,7 +136,7 @@ namespace X86ISA StaticInstPtr decodeInst(ExtMachInst); - const Addr LoadAddrMask = ULL(0xffffffffff); + const Addr LoadAddrMask = ULL(-1); }; #endif // __ARCH_X86_ISATRAITS_HH__ -- cgit v1.2.3