diff options
| author | John Dyson <dyson@FreeBSD.org> | 1995-08-09 02:39:32 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1995-08-09 02:39:32 +0000 |
| commit | a4353b3b5ee4d882c3fb4a9bdfe4fd04c7f5950e (patch) | |
| tree | 4ea7a305b2924f1aa81259bea7a922bc11737bd3 | |
| parent | bb2e87c4a21c8bcc17ed5ea9feb9ccd5a3bf2fb7 (diff) | |
Notes
| -rw-r--r-- | sys/i386/include/spl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/spl.h b/sys/i386/include/spl.h index 57aff7c0667b..5cbffeb3110b 100644 --- a/sys/i386/include/spl.h +++ b/sys/i386/include/spl.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: spl.h,v 1.8 1995/05/11 07:44:16 bde Exp $ + * $Id: spl.h,v 1.9 1995/08/08 04:50:50 dyson Exp $ */ #ifndef _MACHINE_IPL_H_ @@ -105,7 +105,7 @@ static __inline int name(void) \ { \ unsigned x; \ \ - asm volatile("":::"memory"); \ + __asm __volatile("":::"memory"); \ x = cpl; \ set_cpl; \ return (x); \ |
