Restructure more to allow tiers.
This commit is contained in:
@ -13,8 +13,9 @@
|
||||
// limitations under the License.
|
||||
|
||||
#include "esp32/options.h"
|
||||
#include "common/opcodes.h"
|
||||
#include "common/extra_opcodes.h"
|
||||
#include "common/tier0_opcodes.h"
|
||||
#include "common/tier1_opcodes.h"
|
||||
#include "common/tier2_opcodes.h"
|
||||
#include "common/floats.h"
|
||||
#include "common/calling.h"
|
||||
|
||||
|
||||
@ -20,8 +20,9 @@
|
||||
*/
|
||||
|
||||
{{options}}
|
||||
{{opcodes}}
|
||||
{{extra_opcodes}}
|
||||
{{tier0_opcodes}}
|
||||
{{tier1_opcodes}}
|
||||
{{tier2_opcodes}}
|
||||
{{floats}}
|
||||
{{calling}}
|
||||
{{builtins.h}}
|
||||
|
||||
Reference in New Issue
Block a user