mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-23 11:00:31 +00:00
Perform minor cleanups
This commit is contained in:
parent
fd0da9c0df
commit
7486a2cd51
4 changed files with 9 additions and 8 deletions
|
@ -55,7 +55,7 @@ textstartup void InitializeFileDescriptors(void) {
|
|||
kMemtrackFdsStart + kMemtrackFdsSize);
|
||||
if (IsMetal()) {
|
||||
extern const char vga_console[];
|
||||
pushmov(&fds->f, 3ull);
|
||||
fds->f = 3;
|
||||
if (_weaken(vga_console)) {
|
||||
fds->p[0].kind = pushpop(kFdConsole);
|
||||
fds->p[1].kind = pushpop(kFdConsole);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue