diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-09-25 20:11:41 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-09-25 20:11:41 -0700 |
commit | 2dd65dc2546216ef132e30f5c590e11e35b4ff37 (patch) | |
tree | d64578bd2dbbc5ba41f40279c9bd762ed765677d /src/arch/x86/mmaped_ipr.hh | |
parent | 25a9b6ea5e232590240a7ffc6ff769ffdfdc1e04 (diff) | |
parent | b3c6f32543f7c7e3a2ef5d70681424fb77e64731 (diff) | |
download | gem5-2dd65dc2546216ef132e30f5c590e11e35b4ff37.tar.xz |
Merge with head.
--HG--
extra : convert_revision : f331b9cbd82086d63d4f35e18f9e08466c016225
Diffstat (limited to 'src/arch/x86/mmaped_ipr.hh')
-rw-r--r-- | src/arch/x86/mmaped_ipr.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/mmaped_ipr.hh b/src/arch/x86/mmaped_ipr.hh index a33a3f4f0..1fef72fa6 100644 --- a/src/arch/x86/mmaped_ipr.hh +++ b/src/arch/x86/mmaped_ipr.hh @@ -75,6 +75,8 @@ namespace X86ISA { #if !FULL_SYSTEM panic("Shouldn't have a memory mapped register in SE\n"); +#else + panic("Memory mapped registers aren't implemented for x86!\n"); #endif } @@ -83,6 +85,8 @@ namespace X86ISA { #if !FULL_SYSTEM panic("Shouldn't have a memory mapped register in SE\n"); +#else + panic("Memory mapped registers aren't implemented for x86!\n"); #endif } }; |