Fill in a hint for enabling the COMMENT macro.
If you want to enable comments in the .s file, change
    #define COMMENT(n) /* comment {LABEL, n} */
to
    #define COMMENT(n) comment {LABEL, n}
			
			
This commit is contained in:
		
							parent
							
								
									244e554f2f
								
							
						
					
					
						commit
						805883e377
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -10,7 +10,7 @@ INT64 = 8 | |||
| FP_OFFSET = 0   /* Offset of saved FP relative to our FP */ | ||||
| PC_OFFSET = 4   /* Offset of saved PC relative to our FP */ | ||||
| 
 | ||||
| #define COMMENT(n) /* noop */ | ||||
| #define COMMENT(n) /* comment {LABEL, n} */ | ||||
| 
 | ||||
| 
 | ||||
| #define nicesize(x) ((x)==INT8 || (x)==INT16 || (x)==INT32 || (x)==INT64) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue