Skip to content

Commit

Permalink
Parsers: parse_function: Minor comment improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Pedersen <[email protected]>
  • Loading branch information
CTXz committed Jun 10, 2024
1 parent 987df0d commit d48c1ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stm8dce/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@ def parse_function(file_iterator, label):
Parsing includes:
- Detecting if the function is empty
- Detecting calls made by the function
- Detecting if the function is an IRQ handler
- Detecting calls made by the function
- Detecting labels read by long address capable instructions
- Detecting the end of the function
Args:
Expand Down

0 comments on commit d48c1ca

Please sign in to comment.