Explorar o código

[hxb] handle hxb version for server cache too

Rudy Ges hai 6 días
pai
achega
3e2457b3e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)