diff options
Diffstat (limited to 'arch/mips/include/asm/uasm.h')
-rw-r--r-- | arch/mips/include/asm/uasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/include/asm/uasm.h index b99bd07e199b..32fe2ec9f960 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h | |||
@@ -102,6 +102,7 @@ Ip_0(_tlbwr); | |||
102 | Ip_u3u1u2(_xor); | 102 | Ip_u3u1u2(_xor); |
103 | Ip_u2u1u3(_xori); | 103 | Ip_u2u1u3(_xori); |
104 | Ip_u2u1msbu3(_dins); | 104 | Ip_u2u1msbu3(_dins); |
105 | Ip_u1(_syscall); | ||
105 | 106 | ||
106 | /* Handle labels. */ | 107 | /* Handle labels. */ |
107 | struct uasm_label { | 108 | struct uasm_label { |