commit | f97a4774d2d3235ebd42f92fec3f3cbec69ebbae | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Feb 15 00:08:11 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Feb 15 00:08:11 2015 +0000 |
tree | 5db0bf883d62e3ecce93e7b8dcebad540234e3ab | |
parent | e9bfff6de6f30aa7c84a4636dd7c5e4938c19b3a [diff] |
i386: fix compilation warning Some gcc versions complain about assigning long* to uint32_t* on i386. * syscall.c [I386] (i386_esp_ptr): Change type from uint32_t* to long*. * linux/i386/arch_regs.h (i386_esp_ptr): Likewise. * linux/x86_64/arch_regs.h: Do not include "i386/arch_regs.h". (i386_esp_ptr): New prototype.