]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blobdiff - tools/objtool/check.c
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-disco-kernel.git] / tools / objtool / check.c
index f4a25bd1871fb856a8295b77c825323cd3f7fc25..2928939b98ec208fee9069cfc3ddf4aea91f01f3 100644 (file)
@@ -1157,6 +1157,7 @@ static int read_unwind_hints(struct objtool_file *file)
 
                cfa->offset = hint->sp_offset;
                insn->state.type = hint->type;
+               insn->state.end = hint->end;
        }
 
        return 0;