diff --git a/src/stub/l_lx_sep.c b/src/stub/l_lx_sep.c index ae35e95c..f469a1bb 100644 --- a/src/stub/l_lx_sep.c +++ b/src/stub/l_lx_sep.c @@ -409,6 +409,7 @@ ERR_LAB return (void *)entry; } + /* vi:ts=4:et:nowrap */ diff --git a/src/stub/ppc_regs.h b/src/stub/ppc_regs.h index 38d285e6..c601c622 100644 --- a/src/stub/ppc_regs.h +++ b/src/stub/ppc_regs.h @@ -9,10 +9,10 @@ #define r30 30 #define r31 31 - /* Stack pointer */ +/* Stack pointer */ #define sp 1 - /* Subroutine arguments; not saved by callee */ +/* Subroutine arguments; not saved by callee */ #define a0 3 #define a1 4 #define a2 5 @@ -22,7 +22,7 @@ #define a6 9 #define a7 10 - /* Scratch (temporary) registers; not saved by callee */ +/* Scratch (temporary) registers; not saved by callee */ #define t0 2 #define t1 11 #define t2 12 @@ -38,3 +38,9 @@ #define movr mr #endif /*} __PPC_REGS__ */ + + +/* +vi:ts=4:et:nowrap +*/ +