Fix PIE errors in demos/asm/

This commit is contained in:
Thomas Nagy 2019-06-26 11:51:56 +02:00
parent b7a6114ac7
commit 05252b85df
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ mult10:
pushq %rbp
movq %rsp,%rbp
movl val,%eax
movabs val,%eax
imull %edi,%eax
popq %rbp