Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 82 → Rev 83

/shark/trunk/oslib/ll/i386/hw-instr.h
26,7 → 26,6
#define __LL_I386_HW_INSTR_H__
 
#include <ll/i386/defs.h>
BEGIN_DEF
 
#define INLINE_OP __inline__ static
 
35,6 → 34,8
/* Low Level I/O funcs are in a separate file (by Luca) */
#include <ll/i386/hw-io.h>
 
BEGIN_DEF
 
INLINE_OP WORD get_CS(void)
{WORD r; __asm__ __volatile__ ("movw %%cs,%0" : "=q" (r)); return(r);}