pa64-start.h

来自「gcc-you can use this code to learn somet」· C头文件 代码 · 共 7 行

H
7
字号
/* It is currently impossible to switch between PA32 and PA64 based on a   runtime compiler switch.  So we might as well lose the overhead with   checking for TARGET_64BIT.  */#define TARGET_64BIT 1#define TARGET_PA_11 1#define TARGET_PA_20 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?