Sort meson IL source files.

This commit is contained in:
wargio 2023-06-07 18:18:15 +08:00 committed by Anton Kochkov
parent 3ac8a36c7b
commit 4dbe18da08

View file

@ -1,19 +1,19 @@
rz_il_sources = [
'definitions/label.c',
'definitions/variable.c',
'definitions/value.c',
'definitions/bool.c',
'definitions/mem.c',
'definitions/float.c',
'definitions/label.c',
'definitions/mem.c',
'definitions/value.c',
'definitions/variable.c',
'theory_bitv.c',
'theory_effect.c',
'theory_init.c',
'theory_bool.c',
'theory_mem.c',
'theory_effect.c',
'theory_fbasic.c',
'il_opcodes.c',
'il_export.c',
'theory_init.c',
'theory_mem.c',
'il_events.c',
'il_export.c',
'il_opcodes.c',
'il_reg.c',
'il_validate.c',
'il_vm.c',