(UNDOARGS_5): Fix error in last change.

This commit is contained in:
Ulrich Drepper 2000-01-10 01:43:13 +00:00
parent 9b1eef96d2
commit 13270773ac

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1992, 93, 95, 96, 97, 98, 99 Free Software Foundation, Inc. /* Copyright (C) 1992, 93, 95-99, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995. Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995.
ARM changes by Philip Blundell, <pjb27@cam.ac.uk>, May 1997. ARM changes by Philip Blundell, <pjb27@cam.ac.uk>, May 1997.
@ -109,7 +109,7 @@
#define UNDOARGS_2 /* nothing */ #define UNDOARGS_2 /* nothing */
#define UNDOARGS_3 /* nothing */ #define UNDOARGS_3 /* nothing */
#define UNDOARGS_4 /* nothing */ #define UNDOARGS_4 /* nothing */
#define UNDOARGS_5 ldr r4, [sp, $4]!; #define UNDOARGS_5 ldr r4, [sp], $4;
#define UNDOARGS_6 ldmfd sp!, {r4, r5}; #define UNDOARGS_6 ldmfd sp!, {r4, r5};
#define UNDOARGS_7 ldmfd sp!, {r4, r5, r6}; #define UNDOARGS_7 ldmfd sp!, {r4, r5, r6};