<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 21/01/2013 20:26, André Hentschel a
      écrit :<br>
    </div>
    <blockquote cite="mid:50FD964D.3060302@dawncrow.de" type="cite">
      <pre wrap="">Am 21.01.2013 10:50, schrieb Eric Pouech:
</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">+        if ((frame->AddrPC.Mode == AddrModeFlat) &&
+            (frame->AddrFrame.Mode != AddrModeFlat))
</pre>
        </blockquote>
        <pre wrap="">this looks strange to me.
I guess, you want to check that both mode address modes are AddrModeFlat
A+

</pre>
      </blockquote>
      <pre wrap="">
it's the same as for the other architectures

</pre>
    </blockquote>
    <font face="Helvetica, Arial, sans-serif">do arm, thumb and arm64
      have segmented addresses (or real mode addr) ?<br>
      A+<br>
    </font>
  </body>
</html>