Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153535183
D40411.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
871 B
Referenced Files
None
Subscribers
None
D40411.diff
View Options
diff --git a/sys/cddl/dev/kinst/amd64/kinst_isa.h b/sys/cddl/dev/kinst/amd64/kinst_isa.h
--- a/sys/cddl/dev/kinst/amd64/kinst_isa.h
+++ b/sys/cddl/dev/kinst/amd64/kinst_isa.h
@@ -23,17 +23,17 @@
typedef uint8_t kinst_patchval_t;
struct kinst_probe_md {
- int flags;
- int instlen; /* original instr len */
- int tinstlen; /* trampoline instr len */
- uint8_t template[16]; /* copied into thread tramps */
- int dispoff; /* offset of rip displacement */
+ int flags;
+ int instlen; /* original instr len */
+ int tinstlen; /* trampoline instr len */
+ uint8_t template[16]; /* copied into thread tramps */
+ int dispoff; /* offset of rip displacement */
/* operands to "call" instruction branch target */
- int reg1;
- int reg2;
- int scale;
- int64_t disp;
+ int reg1;
+ int reg2;
+ int scale;
+ int64_t disp;
};
#endif /* _KINST_ISA_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 5:42 PM (3 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31991663
Default Alt Text
D40411.diff (871 B)
Attached To
Mode
D40411: kinst: fix kinst_probe_md field indentation
Attached
Detach File
Event Timeline
Log In to Comment