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 1304e4e commit cac46eaCopy full SHA for cac46ea
mk/target.mk
@@ -7,7 +7,7 @@
7
# If you are making non-backwards compatible changes to the runtime,
8
# set this flag to 1. It will cause stage1 to use the snapshot
9
# runtime rather than the runtime from the working directory.
10
-USE_SNAPSHOT_RUNTIME=1
+USE_SNAPSHOT_RUNTIME=0
11
12
define TARGET_STAGE_N
13
src/rt/rust_shape.h
@@ -26,8 +26,8 @@
26
27
namespace shape {
28
29
-typedef unsigned tag_variant_t;
30
-typedef unsigned tag_align_t;
+typedef unsigned long tag_variant_t;
+typedef unsigned long tag_align_t;
31
typedef unsigned long ref_cnt_t;
32
33
// Constants
0 commit comments