summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arch_386.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/arch_386.h')
-rw-r--r--src/pkg/runtime/arch_386.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/runtime/arch_386.h b/src/pkg/runtime/arch_386.h
index 62ed11b40..ebdb3ff4e 100644
--- a/src/pkg/runtime/arch_386.h
+++ b/src/pkg/runtime/arch_386.h
@@ -6,5 +6,6 @@ enum {
thechar = '8',
BigEndian = 0,
CacheLineSize = 64,
- appendCrossover = 16
+ RuntimeGogoBytes = 64,
+ PCQuantum = 1
};