ソースを参照

[hxb] handle hxb version for server cache too

Rudy Ges 6 日 前
コミット
3e2457b3e3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/compiler/hxb/hxbReader.ml

+ 1 - 1
src/compiler/hxb/hxbReader.ml

@@ -152,7 +152,7 @@ class hxb_reader
 = object(self)
 	val mutable api = Obj.magic ""
 	val mutable full_restore = true
-	val mutable hxb_minor = 0
+	val mutable hxb_minor = HxbData.hxb_minor
 	val mutable current_module = null_module
 
 	val mutable ch = BytesWithPosition.create (Bytes.create 0)