mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 11:53:42 +01:00 
			
		
		
		
	Fix duplicate source_cpu_string after last patch, by using cpuwasm32 instead of wasm32 conditional
git-svn-id: trunk@49425 -
This commit is contained in:
		
							parent
							
								
									d23feee55e
								
							
						
					
					
						commit
						1957ea11cb
					
				| @ -83,9 +83,9 @@ interface | ||||
| {$ifdef cpuxtensa} | ||||
|         source_cpu_string = 'xtensa'; | ||||
| {$endif cpuxtensa} | ||||
| {$ifdef wasm32} | ||||
| {$ifdef cpuwasm32} | ||||
|         source_cpu_string = 'wasm32'; | ||||
| {$endif wasm32} | ||||
| {$endif cpuwasm32} | ||||
| 
 | ||||
| function version_string:string; | ||||
| function full_version_string:string; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 pierre
						pierre