~ubuntu-branches/ubuntu/wily/mupen64plus/wily-proposed

« back to all changes in this revision

Viewing changes to r4300/x86_64/gcop0.c

  • Committer: Bazaar Package Importer
  • Author(s): Sven Eckelmann
  • Date: 2011-02-06 11:57:54 UTC
  • mfrom: (10.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110206115754-t3abbdfr1q3brszp
Tags: 1.5+dfsg1-15
* Upload to unstable
* Updated my maintainer e-mail address
* debian/patches:
  - Add inline_header.patch, Move inline list_empty to header to make it
    inlineable
* Keep dependencies on separate lines in debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
void genmfc0(void)
33
33
{
34
34
#if defined(COUNT_INSTR)
35
 
   inc_m32abs(&instr_count[109]);
 
35
   inc_m32rel(&instr_count[109]);
36
36
#endif
37
37
    gencallinterp((unsigned long long)MFC0, 0);
38
38
}
40
40
void genmtc0(void)
41
41
{
42
42
#if defined(COUNT_INSTR)
43
 
   inc_m32abs(&instr_count[110]);
 
43
   inc_m32rel(&instr_count[110]);
44
44
#endif
45
45
    gencallinterp((unsigned long long)MTC0, 0);
46
46
}