Browse Source

ppudump: fix build after r35497

git-svn-id: trunk@35500 -
Károly Balogh 8 years ago
parent
commit
e8cad013f4
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/utils/ppuutils/ppudump.pp

+ 4 - 2
compiler/utils/ppuutils/ppudump.pp

@@ -78,7 +78,8 @@ const
     { 13 } 'mipsel',
     { 13 } 'mipsel',
     { 14 } 'jvm',
     { 14 } 'jvm',
     { 15 } 'i8086',
     { 15 } 'i8086',
-    { 16 } 'aarch64'
+    { 16 } 'aarch64',
+    { 17 } 'wasm'
     );
     );
 
 
 { List of all supported system-cpu couples }
 { List of all supported system-cpu couples }
@@ -175,7 +176,8 @@ const
   { 88 }  'Linux-AArch64',
   { 88 }  'Linux-AArch64',
   { 89 }  'Win16',
   { 89 }  'Win16',
   { 90 }  'Embedded-i8086',
   { 90 }  'Embedded-i8086',
-  { 91 }  'AROS-arm'
+  { 91 }  'AROS-arm',
+  { 92 }  'WebAssembly-wasm'
   );
   );
 
 
 const
 const