Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de3a49b8 authored by Phil Edworthy's avatar Phil Edworthy Committed by Paul Mundt
Browse files

sh: Fix sh2a vbr table for more than 255 irqs

parent 55062d06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ vector = 0
	.long	exception_entry0 + vector * 6
vector	=	vector + 1
	.endr
vector	=	0
	.rept	256
	.long	exception_entry1 + vector * 6
vector	=	vector + 1