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:
parent
911be99edf
commit
3f508e911e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue