X86: fix some simple compile issues
[gem5.git] / src / arch / isa_specific.hh
index c10ce7350f42daa82bee4d56e0e2ea144f84244c..de070bbf9087af88ab941740dc11e14dc55ff184 100644 (file)
@@ -38,7 +38,7 @@
 //To use them, do something like:
 //
 //#if THE_ISA == YOUR_FAVORITE_ISA
-//     conditional_code
+//      conditional_code
 //#endif
 //
 //Note that this is how this file sets up the TheISA macro.