MIPS: Enabled mips in tools/disasm.py.
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9307118 Patch from Daniel Kalmar <kalmard@homejinni.com>. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10710 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
f2715fe710
commit
941d884af4
@ -48,7 +48,8 @@ _DISASM_LINE_RE = re.compile(r"\s*([a-f0-9]+):\s*(\S.*)")
|
||||
_ARCH_MAP = {
|
||||
"ia32": "-m i386",
|
||||
"x64": "-m i386 -M x86-64",
|
||||
"arm": "-m arm" # Not supported by our objdump build.
|
||||
"arm": "-m arm", # Not supported by our objdump build.
|
||||
"mips": "-m mips" # Not supported by our objdump build.
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user