Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
9561fefc
Commit
9561fefc
authored
Jan 17, 2013
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: Add struct p_format to union mips_instruction.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
0bc1c157
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
arch/mips/include/asm/inst.h
arch/mips/include/asm/inst.h
+1
-0
No files found.
arch/mips/include/asm/inst.h
View file @
9561fefc
...
@@ -353,6 +353,7 @@ union mips_instruction {
...
@@ -353,6 +353,7 @@ union mips_instruction {
struct
u_format
u_format
;
struct
u_format
u_format
;
struct
c_format
c_format
;
struct
c_format
c_format
;
struct
r_format
r_format
;
struct
r_format
r_format
;
struct
p_format
p_format
;
struct
f_format
f_format
;
struct
f_format
f_format
;
struct
ma_format
ma_format
;
struct
ma_format
ma_format
;
struct
b_format
b_format
;
struct
b_format
b_format
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment