svn commit: r268313 - projects/arm64/sys/arm64/include
Andrew Turner
andrew at FreeBSD.org
Sun Jul 6 14:04:49 UTC 2014
Author: andrew
Date: Sun Jul 6 14:04:48 2014
New Revision: 268313
URL: http://svnweb.freebsd.org/changeset/base/268313
Log:
The brk instructions has been tested to work, remove the comment.
Modified:
projects/arm64/sys/arm64/include/cpufunc.h
Modified: projects/arm64/sys/arm64/include/cpufunc.h
==============================================================================
--- projects/arm64/sys/arm64/include/cpufunc.h Sun Jul 6 13:49:53 2014 (r268312)
+++ projects/arm64/sys/arm64/include/cpufunc.h Sun Jul 6 14:04:48 2014 (r268313)
@@ -35,7 +35,6 @@ static __inline void
breakpoint(void)
{
- /* XXX: Not sure if this will work... */
__asm("brk #0");
}
More information about the svn-src-projects
mailing list