diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-19 14:47:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-19 14:47:08 +0000 |
commit | 9512582d8041fd5418c8cf1f228ee6d2004f7898 (patch) | |
tree | b7c4b9158b7cf5b0ba66c2a30c98e8dd0debe2e5 /arch/mips/kernel | |
parent | 8162c5c70dcd4ca76c9ae55f88b22e1a184e1967 (diff) |
Update comment.
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/scall_o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall_o32.S b/arch/mips/kernel/scall_o32.S index cb81afa07..0135a6c62 100644 --- a/arch/mips/kernel/scall_o32.S +++ b/arch/mips/kernel/scall_o32.S @@ -171,6 +171,7 @@ stackargs: /* * The stackpointer for a call with more than 4 arguments is bad. + * We probably should handle this case a bit more drastic. */ bad_stack: negu v0 # error |