Re: [PATCH 3/5] x86_64: format pusha/popa macros for readability

2023-08-04 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le sam. 29 juil. 2023 19:47:51 +0200, a ecrit: > --- > x86_64/locore.S | 37 +++-- > 1 file changed, 35 insertions(+), 2 deletions(-) > > diff --git a/x86_64/locore.S b/x86_64/locore.S > index 413d43c4..7127957b 100644 > --- a/x86_64/l

[PATCH 3/5] x86_64: format pusha/popa macros for readability

2023-07-29 Thread Luca Dariz
--- x86_64/locore.S | 37 +++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/x86_64/locore.S b/x86_64/locore.S index 413d43c4..7127957b 100644 --- a/x86_64/locore.S +++ b/x86_64/locore.S @@ -39,8 +39,41 @@ #include #include -#define pusha pus