mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
Cosmetic update to a few comments
This commit is contained in:
parent
962cec440d
commit
f3ed2e36ec
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ longjmp(). This context switching is available for 32-bit and 64-bit
|
|||
targets. You must, however, set the correct target in the configuration
|
||||
before you build: HOST_X86_64 or HOST_X86 for 62- and 32-bit targets,
|
||||
respectively. On a 64-bit machine, you can also force the 32-bit build
|
||||
with CONFIG_SIM_M32=y.
|
||||
with CONFIG_SIM_M32=y (which does not seem to be supported by more
|
||||
contemporary x86_64 compilers).
|
||||
|
||||
There are other 64-bit issues as well. For example, addresses are retained in
|
||||
32-bit unsigned integer types in a few places. On a 64-bit machine, the 32-bit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue