Update CONTRIBUTING.md

This commit is contained in:
notyouraveragehooman 2020-06-09 20:36:12 -07:00 committed by GitHub
parent 0b1e92974e
commit 31f96ec559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Then, start translating the code to `src/evilSpirit.c`, bit by bit:
```
The type signature of the function depends on the return type.
* `pop {r4, pc}`: `void`
* `adds {r0, r4}`
* `add r0, r4, #0`
`pop {r4, pc}`: `void`, `*`
You will need to look at the caller and the function prologue to determine the exact type if not void.