Removed the endx and y local vars from the filled rect function
Added checks for the filled rect function Added comments for the filled rect function
This commit is contained in:
6
stage4/.vscode/tasks.json
vendored
6
stage4/.vscode/tasks.json
vendored
@ -8,6 +8,12 @@
|
||||
"type": "shell",
|
||||
"command": "make qemu",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Build and QEMU (debug)",
|
||||
"type": "shell",
|
||||
"command": "make qemu-gdb",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user