Mentions légales du service

Skip to content
Snippets Groups Projects

Develop

Merged DERRIEN Steven requested to merge develop into master
14 files
+ 21
16
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -1056,7 +1056,7 @@ class CallInstruction extends AddressComponent {
@@ -1056,7 +1056,7 @@ class CallInstruction extends AddressComponent {
throw new UnsupportedOperationException(this + " is not a Simple Call Instruction")
throw new UnsupportedOperationException(this + " is not a Simple Call Instruction")
}
}
op String getSymbolAddess() {
op String getSymbolAddress() {
procedureSymbol.name
procedureSymbol.name
}
}
Loading