Skip to content

Commit dabfd30

Browse files
committed
Add suggestion from @michaelrj-google
1 parent 9cfdd46 commit dabfd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/startup/baremetal/arm/start.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "startup/baremetal/fini.h"
1616
#include "startup/baremetal/init.h"
1717

18-
#include <arm_acle.h>
18+
#include <arm_acle.h> // For __arm_wsr
1919

2020
extern "C" {
2121
int main(int argc, char **argv);

0 commit comments

Comments
 (0)