We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9498546 commit 570a76eCopy full SHA for 570a76e
2 files changed
Changelog.txt
@@ -2,6 +2,7 @@ Version 7.6.3
2
- Added implementations of getregs and setregs
3
- Added `%reg` as an alias for `__reg__` in Spin1
4
- Fixed a bug in `reg[imm]` expressions
5
+- Fixed lookup/lookdown in P1 bytecode (thanks, Ada!)
6
7
Version 7.6.2
8
- Added check for `NO_COLOR` environment variable (thanks to Ada)
version.h
@@ -7,7 +7,7 @@
#define VERSION_MAJOR 7
#define VERSION_MINOR 6
9
#define VERSION_REV 3
10
-#define BETA "-beta"
+//#define BETA "-beta"
11
12
#define VERSIONSTR version_string
13
0 commit comments