Skip to content

Commit

Permalink
Remove !arch_aarch64 guard in init function
Browse files Browse the repository at this point in the history
  • Loading branch information
Itaru Kitayama committed Mar 17, 2017
1 parent 9381051 commit 1b67100
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dyninstAPI_RT/src/RTcommon.c
Expand Up @@ -188,8 +188,6 @@ void DYNINSTBaseInit()
**/
void DYNINSTinit()
{
//#warning "This function is not implemented for AARCH64 yet!"
#if !defined(arch_aarch64)
rtdebug_printf("%s[%d]: DYNINSTinit: welcome to DYNINSTinit()\n", __FILE__, __LINE__);
initFPU();
mark_heaps_exec();
Expand All @@ -212,9 +210,6 @@ void DYNINSTinit()
rtdebug_printf("%s[%d]: leaving DYNINSTinit\n", __FILE__, __LINE__);
fakeTickCount=0;
/* Memory emulation */
#else
assert(0);
#endif
}

/**
Expand Down

0 comments on commit 1b67100

Please sign in to comment.