x86: fix CONFIG_DEBUG_INFO build error

This doesn't have any register operands and needs a size suffix.
Fixes: #4480

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-10-24 12:25:53 -07:00 committed by Andrew Boie
parent 911be99edf
commit 3f508e911e
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ SECTION_FUNC(TEXT, _x86_thread_entry_wrapper)
pop %ecx
push $0 /* Null return address */
#elif defined(CONFIG_GDB_INFO) || defined(CONFIG_DEBUG_INFO)
mov $0, (%esp) /* zero initialEFLAGS location */
movl $0, (%esp) /* zero initialEFLAGS location */
#endif
jmp *%edi
#endif