Remove duplicate definition of FIRSTARG.

Approved by:	nwhitehorn (mentor)
This commit is contained in:
Andreas Tobler 2011-03-17 19:44:00 +00:00
parent 100ec05ae5
commit 1706df7cfa

View File

@ -105,9 +105,6 @@ struct callframe {
};
#endif
/* Definitions for syscalls */
#define FIRSTARG 3 /* first arg in reg 3 */
/* Definitions for syscalls */
#define FIRSTARG 3 /* first arg in reg 3 */
#define NARGREG 8 /* 8 args in regs */