On Thu, Aug 31, 2000 at 03:51:50PM -0400, Kevin Lawton wrote:
> >From the ChangeLog:
> 
>   - "Kevin P. Lawton" <[EMAIL PROTECTED]>: Thu Aug 31 15:37:01 EDT 2000
>     Finished emulation of user-level integer instructions.  The rest of
>       the instructions can be added as they are encountered.  That
>       was a lot of typing.  Anyways, I tried to implement emulation in
>       terms of inlined assembly use of the native instruction, whenever
>       possible for speed.
>     Now back to virtualization framework hacking, while booting
>       Linux/Windows in plex86...

What's this error about, then?
gcc -c -g -O2 -Wall -Wstrict-prototypes -fno-strength-reduce -fomit-frame-pointer 
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -D__KERNEL__ 
-I/usr/src/linux/include -DCPU=586 -DMODULE -DEMULATION -I../include -I../.. 
-DIN_MONITOR_SPACE arith8.c
/tmp/cccTBfC0.s: Assembler messages:
/tmp/cccTBfC0.s:298: Error: suffix or operands invalid for `add'
/tmp/cccTBfC0.s:429: Error: `%si' not allowed with `addb'
/tmp/cccTBfC0.s:940: Error: suffix or operands invalid for `add'
/tmp/cccTBfC0.s:2056: Error: suffix or operands invalid for `sub'
/tmp/cccTBfC0.s:2181: Error: suffix or operands invalid for `cmp'
/tmp/cccTBfC0.s:2275: Error: suffix or operands invalid for `cmp'
/tmp/cccTBfC0.s:2420: Error: `%si' not allowed with `cmpb'
/tmp/cccTBfC0.s:2514: Error: `%si' not allowed with `subb'
/tmp/cccTBfC0.s:2619: Error: suffix or operands invalid for `sub'
/tmp/cccTBfC0.s:2810: Error: suffix or operands invalid for `add'
make[2]: *** [arith8.o] Error 1

-igor

Reply via email to