* src/vm/jit/show.c (show_method): Removed debug output.
authortwisti <none@none>
Mon, 30 Oct 2006 13:03:08 +0000 (13:03 +0000)
committertwisti <none@none>
Mon, 30 Oct 2006 13:03:08 +0000 (13:03 +0000)
commit35d3ee4be12406703b20f47bfc7b56c8cf43df14
treebbfa6e30d08279f46f8925877d20a7bc0e2aebca
parent5252c6ff187d8d97323e3d9228d2b449d4c2cd9e
* src/vm/jit/show.c (show_method): Removed debug output.
(SHOW_INT_CONST): Removed long cast and print hex value additionally.
(SHOW_LNG_CONST): Removed long long cast and print hex value
additionally. Also added version for SIZEOF_VOID_P == 4.
(SHOW_ADR_CONST): Added.
(SHOW_FLT_CONST): Print hex value additionally.
(SHOW_DBL_CONST): Likewise. Also added version for SIZEOF_VOID_P == 4.
(show_icmd): Smaller changes.
src/vm/jit/show.c