From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaPrU-0003gx-Vy for qemu-devel@nongnu.org; Fri, 01 Jun 2012 07:17:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaPrO-0003Xh-Rz for qemu-devel@nongnu.org; Fri, 01 Jun 2012 07:17:44 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:64956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaPrO-0003XQ-Im for qemu-devel@nongnu.org; Fri, 01 Jun 2012 07:17:38 -0400 Received: by eekd41 with SMTP id d41so1139923eek.4 for ; Fri, 01 Jun 2012 04:17:35 -0700 (PDT) Message-ID: <4FC8A49C.9020901@gmail.com> Date: Fri, 01 Jun 2012 13:16:44 +0200 From: Davide Ferraretto MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------040503080106000603060203" Subject: [Qemu-devel] arm return List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------040503080106000603060203 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In arm user mode, where does qemu exit? Where is last qemu's instruction? I.E. int main (){return 0;} in what file does qemu run "return 0"?? --------------040503080106000603060203 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit In arm user mode, where does qemu exit? Where is last qemu's instruction?

I.E.
int main (){return 0;}
in what file does qemu run "return 0"??
--------------040503080106000603060203--