make alpha compile

This commit is contained in:
christos 2014-10-23 19:03:38 +00:00
parent 37f7124d43
commit 6eb7640629
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) {
* Unfortunately we don't have a portable frame pointer (yet) * Unfortunately we don't have a portable frame pointer (yet)
*/ */
# if defined(__alpha__) # if defined(__alpha__)
# define _UC_MACHINE_FP(ucontext) __UC_MACHINE_FP(ucontext, _REG_X15) # define _UC_MACHINE_FP(ucontext) __UC_MACHINE_FP(ucontext, _REG_S6)
# elif defined(__arm__) # elif defined(__arm__)
# define _UC_MACHINE_FP(ucontext) __UC_MACHINE_FP(ucontext, _REG_FP) # define _UC_MACHINE_FP(ucontext) __UC_MACHINE_FP(ucontext, _REG_FP)
# elif defined(__x86_64__) # elif defined(__x86_64__)