mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 07:26:54 -05:00
7 lines
175 B
C
7 lines
175 B
C
#ifndef GUARD_FUNCTION_TARGET_H
|
|
#define GUARD_FUNCTION_TARGET_H
|
|
|
|
#define ARM_FUNC _Pragma("thumb off")
|
|
#define THUMB_FUNC _Pragma("thumb on")
|
|
|
|
#endif //GUARD_FUNCTION_TARGET_H
|