mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	emitter: Remove unimplemented prototype
This commit is contained in:
		
							parent
							
								
									58c336b671
								
							
						
					
					
						commit
						450c84c990
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -175,7 +175,6 @@ struct OpArg | ||||||
|     void WriteRex(XEmitter *emit, int opBits, int bits, int customOp = -1) const; |     void WriteRex(XEmitter *emit, int opBits, int bits, int customOp = -1) const; | ||||||
|     void WriteVex(XEmitter* emit, X64Reg regOp1, X64Reg regOp2, int L, int pp, int mmmmm, int W = 0) const; |     void WriteVex(XEmitter* emit, X64Reg regOp1, X64Reg regOp2, int L, int pp, int mmmmm, int W = 0) const; | ||||||
|     void WriteRest(XEmitter *emit, int extraBytes=0, X64Reg operandReg=INVALID_REG, bool warn_64bit_offset = true) const; |     void WriteRest(XEmitter *emit, int extraBytes=0, X64Reg operandReg=INVALID_REG, bool warn_64bit_offset = true) const; | ||||||
|     void WriteFloatModRM(XEmitter *emit, FloatOp op); |  | ||||||
|     void WriteSingleByteOp(XEmitter *emit, u8 op, X64Reg operandReg, int bits); |     void WriteSingleByteOp(XEmitter *emit, u8 op, X64Reg operandReg, int bits); | ||||||
|     // This one is public - must be written to
 |     // This one is public - must be written to
 | ||||||
|     u64 offset;  // use RIP-relative as much as possible - 64-bit immediates are not available.
 |     u64 offset;  // use RIP-relative as much as possible - 64-bit immediates are not available.
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue