Skip to content

Commit cac46ea

Browse files
committed
revert accidental commits
1 parent 1304e4e commit cac46ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mk/target.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# If you are making non-backwards compatible changes to the runtime,
88
# set this flag to 1. It will cause stage1 to use the snapshot
99
# runtime rather than the runtime from the working directory.
10-
USE_SNAPSHOT_RUNTIME=1
10+
USE_SNAPSHOT_RUNTIME=0
1111

1212
define TARGET_STAGE_N
1313

src/rt/rust_shape.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
namespace shape {
2828

29-
typedef unsigned tag_variant_t;
30-
typedef unsigned tag_align_t;
29+
typedef unsigned long tag_variant_t;
30+
typedef unsigned long tag_align_t;
3131
typedef unsigned long ref_cnt_t;
3232

3333
// Constants

0 commit comments

Comments
 (0)