Skip to content

Conversation

@peppergrayxyz
Copy link
Contributor

arch_memory_regions needs 3 arguments, while it previously used to need 2. This was updated in arch/src/x86, but not in aarch64 and riscv64

Added a 3rd parameter 'None' where it was missing.

Fixes: #435

arch_memory_regions needs 3 arguments, while it previously used to need 2.
This was updated in arch/src/x86, but not in aarch64 and riscv64

Added a 3rd parameter 'None' where it was missing.

Fixes: containers#435
Signed-off-by: Pepper Gray <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

devices: this function takes 3 arguments but 2 arguments were supplied

1 participant