You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
222 B
11 lines
222 B
3 years ago
|
#ifndef __FLAGS_H
|
||
|
#define __FLAGS_H
|
||
|
|
||
|
#include "NativeCode.h"
|
||
|
|
||
|
PNATIVE_CODE_LINK FlgEmitPushfqInst();
|
||
|
PNATIVE_CODE_LINK FlgEmitPopfqInst();
|
||
|
|
||
|
BOOL FlgAreFlagsClobbered(PNATIVE_CODE_LINK Inst, PNATIVE_CODE_LINK Stop);
|
||
|
|
||
|
#endif
|