Revision 8579095b target-alpha/op_helper.c

b/target-alpha/op_helper.c
58 58
    return 0;
59 59
}
60 60

  
61
uint64_t helper_load_implver (void)
62
{
63
    return env->implver;
64
}
65

  
66 61
uint64_t helper_load_fpcr (void)
67 62
{
68 63
    uint64_t ret = 0;

Also available in: Unified diff