~ubuntu-bugs-auftrags-killer/qemu/proper-error-characters

« back to all changes in this revision

Viewing changes to target-i386/helper.h

  • Committer: bellard
  • Date: 2008-02-01 10:50:11 UTC
  • Revision ID: git-v1:57fec1fee94aa9f7d2519e8c354f100fc36bc9fa
use the TCG code generator


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3944 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define TCG_HELPER_PROTO
 
2
 
 
3
void TCG_HELPER_PROTO helper_divl_EAX_T0(target_ulong t0);
 
4
void TCG_HELPER_PROTO helper_idivl_EAX_T0(target_ulong t0);