mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 05:59:37 +01:00 
			
		
		
		
	* write rtti correct for currency being emulated by int64
git-svn-id: trunk@8865 -
This commit is contained in:
		
							parent
							
								
									c57f44d75b
								
							
						
					
					
						commit
						c62d72f98c
					
				@ -484,6 +484,14 @@ implementation
 | 
			
		||||
                current_asmdata.asmlists[al_rtti].concat(Tai_const.Create_8bit(tkWChar));
 | 
			
		||||
                dointeger;
 | 
			
		||||
              end;
 | 
			
		||||
            scurrency:
 | 
			
		||||
              begin
 | 
			
		||||
                current_asmdata.asmlists[al_rtti].concat(Tai_const.Create_8bit(tkFloat));
 | 
			
		||||
                write_rtti_name(def);
 | 
			
		||||
                if (tf_requires_proper_alignment in target_info.flags) then
 | 
			
		||||
                  current_asmdata.asmlists[al_rtti].concat(cai_align.Create(sizeof(TConstPtrUInt)));
 | 
			
		||||
                current_asmdata.asmlists[al_rtti].concat(Tai_const.Create_8bit(ftCurr));
 | 
			
		||||
              end;
 | 
			
		||||
            else
 | 
			
		||||
              begin
 | 
			
		||||
                current_asmdata.asmlists[al_rtti].concat(Tai_const.Create_8bit(tkInteger));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user