mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-15 03:27:49 +01:00
gdbstub: fix reading module name for homebrew
This commit is contained in:
parent
e580c3970c
commit
f88606fbc1
@ -187,7 +187,7 @@ namespace ams::dmnt {
|
||||
|
||||
/* Get module name buffer. */
|
||||
char *module_name = module.GetNameBuffer();
|
||||
module_name[0] = 0;
|
||||
std::memset(module_name, 0, ModuleDefinition::PathLengthMax);
|
||||
|
||||
/* Read module path. */
|
||||
struct {
|
||||
|
Loading…
Reference in New Issue
Block a user