<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src/sh4</tt></b></td></tr>
<tr><td><tt><a href="#file1">sh4x86.in</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+2</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">45602839e067 -> 7c40a0f687b3</td></tr>
</table>
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Add missing sh4_translate_breakpoint_hit to the symbol table
Change asm() to __asm__() as it's more likely to work
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/sh4</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>sh4x86.in</b></big> <small id="info" style="color: #888888;" >45602839e067 -> 7c40a0f687b3</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/sh4/sh4x86.in
+++ lxdream/src/sh4/sh4x86.in
@@ -117,6 +117,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     { "sh4r+128", ((char *)&sh4r)+128 },
     { "sh4_cpu_period", &sh4_cpu_period },
     { "sh4_address_space", NULL },
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    { "sh4_translate_breakpoint_hit", sh4_translate_breakpoint_hit },
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     { "sh4_user_address_space", NULL },
     { "sh4_write_fpscr", sh4_write_fpscr },
     { "sh4_write_sr", sh4_write_sr },
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -3118,7 +3119,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > void *xlat_get_native_pc( void *code, uint32_t code_size )
 {
     void *result = NULL;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    asm(
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    __asm__(
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         "mov %%ebp, %%eax\n\t"
         "mov $0x8, %%ecx\n\t"
         "mov %1, %%edx\n"
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>