diff options
Diffstat (limited to 'src/arch/x86/system.hh')
-rw-r--r-- | src/arch/x86/system.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/system.hh b/src/arch/x86/system.hh index 829a18da4..c9e90a46d 100644 --- a/src/arch/x86/system.hh +++ b/src/arch/x86/system.hh @@ -105,7 +105,7 @@ class X86System : public System virtual Addr fixFuncEventAddr(Addr addr) { - //XXX This may eventually have to do something useful. + // XXX This may eventually have to do something useful. return addr; } }; |