Date: Fri, 15 Nov 1996 11:40:43 +1000 From: Stephen Hocking <sysseh@devetir.qld.gov.au> To: current@freebsd.org Subject: Asse,mbler error messages for locore.s Message-ID: <199611150140.BAA01827@netfl15a.devetir.qld.gov.au>
next in thread | raw e-mail | index | archive | help
cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../..
-I../../../includ
e -DNCONS=4 -DMFS -DNFS -DFFS -DTCP_COMPAT_42 -DINET -DPQ_MEDIUMCACHE
-DCOMPAT_4
3 -DKERNEL ../../i386/i386/locore.s
../../i386/i386/locore.s: Assembler messages:
../../i386/i386/locore.s:528: Error: operands given don't match any known 386
in
struction
*** Error code 1
Stop.
and the offending code is
*/
olddiskboot:
movl 8(%ebp),%eax
movl %eax,R(_boothowto)
movl 12(%ebp),%eax
movl %eax,R(_bootdev)
#if defined(USERCONFIG_BOOT) && defined(USERCONFIG)
movl $0x10200, %esi
lea $R(_userconfig_from_boot),%edi <-------
movl $512,%ecx
cld
rep
movsb
#endif /* USERCONFIG_BOOT */
ret
Stephen
--
The views expressed above are not those of the Worker's Compensation Board of
Queensland, Australia.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611150140.BAA01827>
