Fixed linker warning
This commit is contained in:
parent
3dac12431a
commit
c336402225
@ -314,6 +314,7 @@ bool emit_patcher_program_asm(std::ostream& out) {
|
||||
if (!emit_dpins(out, dpin_recs))
|
||||
return false;
|
||||
|
||||
out << ".section .note.GNU-stack,\"\",@progbits\n";
|
||||
return !!out;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user