diff options
author | 1999-08-14 03:21:26 +0000 | |
---|---|---|
committer | 1999-08-14 03:21:26 +0000 | |
commit | a60e1d16e4fa0de5bc1074a02ae0c6ae64891b9c (patch) | |
tree | a9ff673aa8a8069ef9f2dcf10a41f6ad6313021a | |
parent | proper debugging ifdefs (diff) | |
download | wireguard-openbsd-a60e1d16e4fa0de5bc1074a02ae0c6ae64891b9c.tar.xz wireguard-openbsd-a60e1d16e4fa0de5bc1074a02ae0c6ae64891b9c.zip |
bigger stack frame size
-rw-r--r-- | sys/arch/hppa/include/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/asm.h b/sys/arch/hppa/include/asm.h index a13c8c3ba12..8eb8eceb1ed 100644 --- a/sys/arch/hppa/include/asm.h +++ b/sys/arch/hppa/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.7 1999/04/20 19:25:02 mickey Exp $ */ +/* $OpenBSD: asm.h,v 1.8 1999/08/14 03:21:26 mickey Exp $ */ /* * Copyright (c) 1990,1991,1994 The University of Utah and @@ -241,7 +241,7 @@ tf4 .reg %fr8 #define FM_ERP -24 #define FM_ESR4 -28 #define FM_EDP -32 -#define FM_SIZE 32 +#define FM_SIZE 48 /* * frame must be rounded to double word |