summaryrefslogtreecommitdiffstats
path: root/src/ssx/ppc405/ppc405_breakpoint.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssx/ppc405/ppc405_breakpoint.S')
-rw-r--r--src/ssx/ppc405/ppc405_breakpoint.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ssx/ppc405/ppc405_breakpoint.S b/src/ssx/ppc405/ppc405_breakpoint.S
index ce3aef2..bcf1783 100644
--- a/src/ssx/ppc405/ppc405_breakpoint.S
+++ b/src/ssx/ppc405/ppc405_breakpoint.S
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2015 */
+/* Contributors Listed Below - COPYRIGHT 2014,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -33,7 +33,7 @@
///
/// The operation of these short assembler routines is introduced as part of
/// the documentation for the CODE_BREAKPOINT macro.
-
+// *INDENT-OFF*
.nolist
#include "ssx.h"
.list
@@ -122,4 +122,5 @@ _code_breakpoint_epilogue:
.epilogue _code_breakpoint_epilogue
+// *INDENT-ON*
/// \endcond
OpenPOWER on IntegriCloud