Date: Mon, 13 Nov 2006 21:14:54 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 db_disasm.c Message-ID: <200611132114.kADLEs07099240@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-11-13 21:14:54 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_disasm.c Log: Various fixes: - Remove an extra entry from the array for 0x0f prefixed instruction groups. This fixes decoding of instructions where the second opcode >= 0x80. - Add support for the 64-bit immediate mov instructions. - When short_addr is enabled, don't parse the modr/m byte for a 16-bit address, but as a 32-bit address. - Support %rip relative addressing. - Don't print a displacement of 0 if there is a base or index register. MFC after: 3 days Revision Changes Path 1.31 +60 -82 src/sys/amd64/amd64/db_disasm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611132114.kADLEs07099240>