Revision 9596ebb7 target-i386/helper.c

b/target-i386/helper.c
1235 1235
 * needed. It should only be called, if this is not an interrupt.
1236 1236
 * Returns the new exception number.
1237 1237
 */
1238
int check_exception(int intno, int *error_code)
1238
static int check_exception(int intno, int *error_code)
1239 1239
{
1240 1240
    char first_contributory = env->old_exception == 0 ||
1241 1241
                              (env->old_exception >= 10 &&
......
3051 3051
    helper_fstt(ST0, A0);
3052 3052
}
3053 3053

  
3054
void fpu_set_exception(int mask)
3054
static void fpu_set_exception(int mask)
3055 3055
{
3056 3056
    env->fpus |= mask;
3057 3057
    if (env->fpus & (~env->fpuc & FPUC_EM))

Also available in: Unified diff