Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Feb 2026 17:46:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 292883] swtch.S:173:18: error: expected register here
Message-ID:  <bug-292883-227-IrzMUw68nZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-292883-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292883

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=9e0fe126714cc0b2045bec16fe8d06dbcd663144

commit 9e0fe126714cc0b2045bec16fe8d06dbcd663144
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2026-02-02 17:43:50 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2026-02-02 17:43:50 +0000

    i386: Fix build and remove empty unused macro

    When inlining the macro, reg was not substituted with the %ecx argument
    previously passed in. One of the definitions was also left behind as an
    empty macro.

    PR:             292883
    Fixes:          377c053a43f3 ("cpu_switch(): unconditionally wait on the
blocked mutex transient")
    MFC after:      1 week

 sys/i386/i386/swtch.S | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292883-227-IrzMUw68nZ>