diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-06 18:20:34 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-06 18:20:34 +0100 |
commit | 71c7fd62f8b5257b82cf32b0f747fcf313fcc617 (patch) | |
tree | 6f014b14d08080459a04a965912c62605d9015ca /asm/operators.h | |
parent | 62aafc5c9273cb0b7a91bf2e4dee1ac2d3658bb3 (diff) |
Prepare Token/Node handling
Diffstat (limited to 'asm/operators.h')
-rw-r--r-- | asm/operators.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/operators.h b/asm/operators.h index 93dc15e..741ec72 100644 --- a/asm/operators.h +++ b/asm/operators.h @@ -1,3 +1,5 @@ +// Operating on data + #pragma once #include <cstdint> |