summaryrefslogtreecommitdiff
path: root/include/d/d_stage.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2026-03-29 16:43:00 -0700
committerGitHub <noreply@github.com>2026-03-29 16:43:00 -0700
commitcb6ee4b21e25cb40a08c0f1effeebda79896a7e5 (patch)
treef894ebc412808129583aaac83a8e1ff8580e0ea9 /include/d/d_stage.h
parentc98b96f94eff76d380c62f3935fefe56057dc99e (diff)
d_path / d_vibration debug work (#3138)
* dpath debug * dvibration debug * d_meter2_info debug * gcyl/gpsh debug
Diffstat (limited to 'include/d/d_stage.h')
-rw-r--r--include/d/d_stage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_stage.h b/include/d/d_stage.h
index d18be4f09f..d01e0243d7 100644
--- a/include/d/d_stage.h
+++ b/include/d/d_stage.h
@@ -263,7 +263,7 @@ struct dStage_MemoryConfig_c {
// PATH / RPAT
struct dPath;
struct dStage_dPath_c {
- /* 0x0 */ int m_num;
+ /* 0x0 */ int num;
/* 0x4 */ dPath* m_path;
};