Skip to content

Commit

Permalink
fix indexes in rgbds.patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
SelvinPL committed Jan 9, 2025
1 parent 0f7774a commit c959314
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patches/rgbds.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/include/asm/symbol.hpp b/include/asm/symbol.hpp
index 409e2ba5..58b78ba0 100644
index 9aec7195..4b6f6388 100644
--- a/include/asm/symbol.hpp
+++ b/include/asm/symbol.hpp
@@ -104,4 +104,6 @@ std::pair<Symbol const *, Symbol const *> sym_GetCurrentLabelScopes();
Expand All @@ -10,10 +10,10 @@ index 409e2ba5..58b78ba0 100644
+
#endif // RGBDS_ASM_SYMBOL_HPP
diff --git a/src/asm/parser.y b/src/asm/parser.y
index 55044bfc..94ec183d 100644
index 437c6afa..19307c5c 100644
--- a/src/asm/parser.y
+++ b/src/asm/parser.y
@@ -503,7 +509,9 @@ else:
@@ -503,7 +503,9 @@ else:

plain_directive:
label
Expand All @@ -25,7 +25,7 @@ index 55044bfc..94ec183d 100644
| label directive
;
diff --git a/src/asm/symbol.cpp b/src/asm/symbol.cpp
index 8d803a39..be108ae8 100644
index 1ae86aba..a68e5472 100644
--- a/src/asm/symbol.cpp
+++ b/src/asm/symbol.cpp
@@ -669,3 +669,24 @@ void sym_Init(time_t now) {
Expand Down

0 comments on commit c959314

Please sign in to comment.