10 líneas
198 B
ArmAsm
10 líneas
198 B
ArmAsm
|
|
#include "RTconst.h"
|
||
|
|
#include "../../dyninstAPI/src/inst-power.h"
|
||
|
|
.machine "push"
|
||
|
|
#ifndef __clang__
|
||
|
|
.machine "ppc"
|
||
|
|
#endif
|
||
|
|
.machine "pop"
|
||
|
|
|
||
|
|
.section .note.GNU-stack,"",@progbits
|