Skip to content

Commit

Permalink
Update trusted_os/handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Hutchinson <[email protected]>
  • Loading branch information
abarisani and mhutchinson authored Oct 17, 2024
1 parent f8a74f2 commit 63a004d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trusted_os/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var irqHandler = make(map[int]func())

// defined in handler.s
func wakeHandler(g uint32, p uint32)
func wakeHandlerPreGo122(g uint32, p uint32)
func wakeHandlerPreGo123(g uint32, p uint32)

func isr() {
irq := imx6ul.GIC.GetInterrupt(true)
Expand Down

0 comments on commit 63a004d

Please sign in to comment.