summaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-29 19:13:46 -0400
committerLioncash <mathew1800@gmail.com>2018-09-30 05:29:40 -0400
commitdccfe193a9caf5ce7aa75489f1722fee2a2073dd (patch)
tree96da0ecc079ad4d5e26dc3b47e1fbd317ff93e43 /src/yuzu/main.cpp
parentcf9d6c6f526fffb2bf414ff774c5d0281a73ecf4 (diff)
kernel/process: Add a data member to determine if a process is 64-bit or not.
This will be necessary for the implementation of svcGetThreadContext(), as the kernel checks whether or not the process that owns the thread that has it context being retrieved is a 64-bit or 32-bit process. If the process is 32-bit, then the upper 15 general-purpose registers and upper 16 vector registers are cleared to zero (as AArch32 only has 15 GPRs and 16 128-bit vector registers. not 31 general-purpose registers and 32 128-bit vector registers like AArch64).
Diffstat (limited to 'src/yuzu/main.cpp')
0 files changed, 0 insertions, 0 deletions