diff options
| author | 2023-05-26 09:20:58 +0200 | |
|---|---|---|
| committer | 2023-05-26 09:20:58 +0200 | |
| commit | 640a3dac2b18d037169af15dfd5502c386c7e828 (patch) | |
| tree | 79e7ee3fa81e73855ce1bc78d7c4bf1ad3ac8f0d /ir.h | |
| parent | 9100ed2b5dd01df8e6b766c7bc2a12c0dd44f1ff (diff) | |
hm
Diffstat (limited to 'ir.h')
| -rw-r--r-- | ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ enum irclass { KXXX, - KI4, KI8, KIP, + KI4, KI8, KPTR, KF4, KF8, }; |