diff options
author | 2010-12-28 18:40:28 +0000 | |
---|---|---|
committer | 2010-12-28 18:40:28 +0000 | |
commit | 5c88a15e4ea2a075172eb67bd105c266e485f9d2 (patch) | |
tree | 58eda65d1f3376c76f0e051fcde667576b5d22fd | |
parent | - add /usr/lib/pkgconfig/ to the paths to look for .pc files, and search (diff) | |
download | wireguard-openbsd-5c88a15e4ea2a075172eb67bd105c266e485f9d2.tar.xz wireguard-openbsd-5c88a15e4ea2a075172eb67bd105c266e485f9d2.zip |
Previous diff had a buglet, found the hard way by pea@
-rw-r--r-- | sys/arch/mips64/mips64/exception.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/exception.S b/sys/arch/mips64/mips64/exception.S index d23933e39b3..a02a560136b 100644 --- a/sys/arch/mips64/mips64/exception.S +++ b/sys/arch/mips64/mips64/exception.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exception.S,v 1.31 2010/12/13 10:49:48 kettenis Exp $ */ +/* $OpenBSD: exception.S,v 1.32 2010/12/28 18:40:28 miod Exp $ */ /* * Copyright (c) 2002-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -428,8 +428,8 @@ NNON_LEAF(u_general, FRAMESZ(CF_SZ), ra) jal trap PTR_S a3, CF_RA_OFFS(sp) # for debugging - GET_CPU_INFO(t1, t0) 0: + GET_CPU_INFO(t1, t0) PTR_L t0, CI_CURPROC(t1) lw v0, P_ASTPENDING(t0) # any pending AST? beq v0, zero, 4f |