Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Aug 2014 17:57:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191630] emulators/dosbox inline assembly requires more registers with clang
Message-ID:  <bug-191630-13-VPyIdiIfVm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191630-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191630-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191630

--- Comment #5 from Tom Carrick <knyght@gmail.com> ---
Sorry for the delay, have some major issues with my machine, so I can't make a
patch. I can give instructions, however:

src/cpu/core_dyn_x86/risc_x86.h

Change line 141 from:
:"r" (tempflags),"r" (code)

to:
:"a" (tempflags),"a" (code)


This should at least fix compilation, but I'm unable to test if it breaks
anything. If someone could make this into a patch and more importantly test
that it runs and test a few games with it, that would be great.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191630-13-VPyIdiIfVm>