Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 sysret -> sysretl for new binutils
details: https://anonhg.NetBSD.org/src/rev/696c4bfcf262
branches: trunk
changeset: 372794:696c4bfcf262
user: christos <christos%NetBSD.org@localhost>
date: Mon Dec 26 17:46:00 2022 +0000
description:
sysret -> sysretl for new binutils
diffstat:
sys/arch/amd64/amd64/locore.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a945f2d126a1 -r 696c4bfcf262 sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S Mon Dec 26 16:42:50 2022 +0000
+++ b/sys/arch/amd64/amd64/locore.S Mon Dec 26 17:46:00 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.214 2022/09/07 00:40:18 knakahara Exp $ */
+/* $NetBSD: locore.S,v 1.215 2022/12/26 17:46:00 christos Exp $ */
/*
* Copyright-o-rama!
@@ -1527,7 +1527,7 @@
#endif
IDTVEC(syscall32)
- sysret /* go away please */
+ sysretl /* go away please */
IDTVEC_END(syscall32)
TEXT_USER_END
Home |
Main Index |
Thread Index |
Old Index