]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Pretty printing.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Jan 2006 21:41:29 +0000 (21:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Jan 2006 21:41:29 +0000 (21:41 +0000)
sysdeps/alpha/setjmp.S

index b8e30f8388a7d8fc180d7f40480031e33072fbce..bc5da0f5bc9f022e0b6961c63938c2a16485bc89 100644 (file)
@@ -28,7 +28,7 @@ __sigsetjmp:
 
 $sigsetjmp_local:
 #ifndef PIC
-#define FRAME  16      
+#define FRAME  16
        subq    sp, FRAME, sp
        .frame  sp, FRAME, ra, 0
        stq     ra, 0(sp)