From 04e0e06d85d12b448b86446a3c602667a1e323e9 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 5 Apr 2006 11:09:04 +0000 Subject: [PATCH] Whitespace changes. committer: mfx 1144235344 +0000 --- src/stub/l_lx_sep.c | 1 + src/stub/ppc_regs.h | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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 +*/ +