mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
adjust extra_amount for schema translation code
This commit is contained in:
@@ -213,7 +213,7 @@ pub fn emit_schema_entry(
|
||||
program.emit_insn(Insn::Copy {
|
||||
src_reg: root_page_reg,
|
||||
dst_reg: rootpage_reg,
|
||||
extra_amount: 1,
|
||||
extra_amount: 0,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user