浏览代码

+ added except_branchful.inc as a system unit dependency include file to wasm32/makefile.cpu

Nikolay Nikolov 3 年之前
父节点
当前提交
d9781bcebe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/wasm32/makefile.cpu

+ 1 - 1
rtl/wasm32/makefile.cpu

@@ -2,5 +2,5 @@
 # Here we set processor dependent include file names.
 # Here we set processor dependent include file names.
 #
 #
 
 
-CPUNAMES=except_native
+CPUNAMES=except_native except_branchful
 CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
 CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))