Fix typo on comment (#3099)

Added a wrong comment in #3097 :/
This commit is contained in:
Georg Wiese
2025-07-28 21:06:44 +02:00
committed by GitHub
parent 45398d41a9
commit 11cb3d6803

View File

@@ -346,7 +346,7 @@ mod complex_tests {
let program = [
// Load [x2 + 20] into x8
loadw(8, 2, 20, 2, 1, 0),
// Load [x2 + 24] into x8
// Load [x2 + 24] into x9
loadw(9, 2, 24, 2, 1, 0),
// Store [x8] into [x2 + 24]
storew(8, 2, 24, 2, 1, 0),