diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-03 21:45:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-03 21:45:49 +0000 |
commit | 5ab8692150b1c97db62bd43ca3c20fac51b9d38e (patch) | |
tree | 1cad363f97eee859e467f6b743c8dc98c0a9fea8 /sys/arch/loongson | |
parent | 0897f5a9acb916d1644509d8843bff6e8eba9009 (diff) |
There is no need to compile this code with .set noat, really.
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/loongson/pmon32.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/loongson/loongson/pmon32.S b/sys/arch/loongson/loongson/pmon32.S index 999191f8cf1..5394bfa3143 100644 --- a/sys/arch/loongson/loongson/pmon32.S +++ b/sys/arch/loongson/loongson/pmon32.S @@ -1,4 +1,4 @@ -/* $OpenBSD: pmon32.S,v 1.1 2009/12/11 05:15:14 miod Exp $ */ +/* $OpenBSD: pmon32.S,v 1.2 2010/02/03 21:45:48 miod Exp $ */ /* * Copyright (c) 2009 Miodrag Vallat. @@ -48,8 +48,6 @@ pmon_callvec: .text - .set noat - /* * Note that we need to provide a 32-bit CF_SZ untouched area above sp, or * we'll get our stack corrupted upon return. |