Skip to content
Snippets Groups Projects
Commit ac2feaf5 authored by bunnei's avatar bunnei
Browse files

nvdisp_disp0: Fix broken assert.

parent 039fc7f9
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ namespace NVDRV {
namespace Devices {
u32 nvdisp_disp0::ioctl(u32 command, const std::vector<u8>& input, std::vector<u8>& output) {
ASSERT(false, "Unimplemented");
UNIMPLEMENTED();
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment