~ubuntu-branches/ubuntu/lucid/skyeye/lucid-proposed

« back to all changes in this revision

Viewing changes to arch/mips/common/emul.h

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-08-07 13:25:49 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070807132549-96159k1obat1fxr0
Tags: 1.2.3-1
* New upstream release
* Added NO_BFD=1, don't require libbfd now. (Closes:Bug#423933) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 
212
212
        unsigned bigendSig;
213
213
        int irq_pending;
214
 
        mach_t *p_mach;
215
214
}MIPS_State;
216
215
 
217
216
void reset(int warm);
241
240
void store_right(UInt32 x, VA va, int syscmd);          // SDR, SWR
242
241
 
243
242
/* Complete any pending memory operations */
244
 
void sync();
 
243
//void sync();
245
244
void process_reset(MIPS_State* mstate);
246
245
void process_exception(MIPS_State* mstate, UInt32 cause, int vec);
247
246