mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 22:00:05 +00:00 
			
		
		
		
	Address clang-format issues.
This commit is contained in:
		
							parent
							
								
									4fc8b8229e
								
							
						
					
					
						commit
						5ac5cbeab7
					
				
					 8 changed files with 49 additions and 49 deletions
				
			
		|  | @ -30,12 +30,12 @@ | |||
| #include <unistd.h> | ||||
| #endif | ||||
| 
 | ||||
| #include "core/loader/loader.h" | ||||
| #include "common/logging/log.h" | ||||
| #include "common/string_util.h" | ||||
| #include "core/arm/arm_interface.h" | ||||
| #include "core/core.h" | ||||
| #include "core/gdbstub/gdbstub.h" | ||||
| #include "core/loader/loader.h" | ||||
| #include "core/memory.h" | ||||
| 
 | ||||
| const int GDB_BUFFER_SIZE = 10000; | ||||
|  | @ -629,7 +629,7 @@ static void WriteRegisters() { | |||
|             i += 2; | ||||
|         } else if (reg > CPSR_REGISTER && reg < FPSCR_REGISTER) { | ||||
|             Core::AppCore().SetVFPReg(reg - CPSR_REGISTER - 1, | ||||
|                                         GdbHexToInt(buffer_ptr + i * CHAR_BIT)); | ||||
|                                       GdbHexToInt(buffer_ptr + i * CHAR_BIT)); | ||||
|             i++; // Skip padding
 | ||||
|         } else if (reg == FPSCR_REGISTER) { | ||||
|             Core::AppCore().SetVFPSystemReg(VFP_FPSCR, GdbHexToInt(buffer_ptr + i * CHAR_BIT)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue