*** 24,10 *** --- 24,17 --- */ #ifndef CPU_AARCH64_STUBDECLARATIONS_HPP #define CPU_AARCH64_STUBDECLARATIONS_HPP + #define STUBGEN_PREUNIVERSE_BLOBS_ARCH_DO(do_stub, \ + do_arch_blob, \ + do_arch_entry, \ + do_arch_entry_init) \ + do_arch_blob(preuniverse, 0) \ + + #define STUBGEN_INITIAL_BLOBS_ARCH_DO(do_stub, \ do_arch_blob, \ do_arch_entry, \ do_arch_entry_init) \ do_arch_blob(initial, 10000) \