Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
be15c50d
Commit
be15c50d
authored
Jan 14, 2011
by
Aurelien Jarno
Browse files
target-sh4: log instructions start in TCG code
Signed-off-by:
Aurelien Jarno
<
aurelien@aurel32.net
>
parent
6f396c8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
target-sh4/translate.c
View file @
be15c50d
...
...
@@ -1892,6 +1892,10 @@ static void decode_opc(DisasContext * ctx)
{
uint32_t
old_flags
=
ctx
->
flags
;
if
(
unlikely
(
qemu_loglevel_mask
(
CPU_LOG_TB_OP
)))
{
tcg_gen_debug_insn_start
(
ctx
->
pc
);
}
_decode_opc
(
ctx
);
if
(
old_flags
&
(
DELAY_SLOT
|
DELAY_SLOT_CONDITIONAL
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment