diff --git a/false.s b/false.s index b42bfdb..26b1922 100644 --- a/false.s +++ b/false.s @@ -1,5 +1,4 @@ .globl _start -.option rvc # enable compressed instructions .text diff --git a/true.s b/true.s index 98bf23e..5f673a6 100644 --- a/true.s +++ b/true.s @@ -1,5 +1,4 @@ .globl _start -.option rvc # enable compressed instructions .text