mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Use string view literal
This commit is contained in:
@@ -129,7 +129,7 @@ int main(const int argc, char** argv)
|
||||
}
|
||||
|
||||
//setvbuf(stdout, nullptr, _IOFBF, 0x10000);
|
||||
if (argc > 2 && argv[1] == "-d"s)
|
||||
if (argc > 2 && argv[1] == "-d"sv)
|
||||
{
|
||||
use_gdb = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user