Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141992252
D53399.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
408 B
Referenced Files
None
Subscribers
None
D53399.diff
View Options
diff --git a/sys/cddl/dev/fbt/aarch64/fbt_isa.c b/sys/cddl/dev/fbt/aarch64/fbt_isa.c
--- a/sys/cddl/dev/fbt/aarch64/fbt_isa.c
+++ b/sys/cddl/dev/fbt/aarch64/fbt_isa.c
@@ -104,7 +104,7 @@
*/
if (strcmp(name, "handle_el1h_sync") == 0 ||
strcmp(name, "do_el1h_sync") == 0)
- return (1);
+ return (0);
instr = (uint32_t *)(symval->value);
limit = (uint32_t *)(symval->value + symval->size);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 2:54 PM (15 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24413687
Default Alt Text
D53399.diff (408 B)
Attached To
Mode
D53399: dtrace/arm64: properly traverse the symbol table
Attached
Detach File
Event Timeline
Log In to Comment