[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCHv3 14/25] plat/kvm: Remove redundant space while entering trap for Arm
Remove redundant space while entering trap. Signed-off-by: Wei Chen <wei.chen@xxxxxxx> --- plat/kvm/arm/exceptions.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/kvm/arm/exceptions.S b/plat/kvm/arm/exceptions.S index edce7d3..e4a5c74 100644 --- a/plat/kvm/arm/exceptions.S +++ b/plat/kvm/arm/exceptions.S @@ -30,7 +30,7 @@ #include <uk/asm.h> .macro ENTER_TRAP, el - sub sp, sp, #__TRAP_STACK_SIZE + sub sp, sp, #__TRAP_STACK_SIZE /* Save general purpose registers */ stp x0, x1, [sp, #16 * 0] -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |