Revision 5fafdf24 target-alpha/cpu.h

b/target-alpha/cpu.h
1 1
/*
2 2
 *  Alpha emulation cpu definitions for qemu.
3
 * 
3
 *
4 4
 *  Copyright (c) 2007 Jocelyn Mayer
5 5
 *
6 6
 * This library is free software; you can redistribute it and/or
......
276 276
#if TARGET_LONG_BITS > HOST_LONG_BITS
277 277
    /* temporary fixed-point registers
278 278
     * used to emulate 64 bits target on 32 bits hosts
279
     */ 
279
     */
280 280
    target_ulong t0, t1, t2;
281 281
#endif
282 282
    /* */
......
393 393
/* you can call this signal handler from your SIGBUS and SIGSEGV
394 394
   signal handlers to inform the virtual CPU of exceptions. non zero
395 395
   is returned if the signal was handled by the virtual CPU.  */
396
int cpu_alpha_signal_handler(int host_signum, void *pinfo, 
396
int cpu_alpha_signal_handler(int host_signum, void *pinfo,
397 397
                             void *puc);
398 398
int cpu_alpha_mfpr (CPUState *env, int iprn, uint64_t *valp);
399 399
int cpu_alpha_mtpr (CPUState *env, int iprn, uint64_t val, uint64_t *oldvalp);

Also available in: Unified diff