Skip to content
Snippets Groups Projects
Commit 3e02b1d1 authored by Damien George's avatar Damien George
Browse files

py/viper: Allow casting of Python integers to viper pointers.

This allows you to pass a number (being an address) to a viper function
that expects a pointer, and also allows casting of integers to pointers
within viper functions.

This was actually the original behaviour, but it regressed due to native
type identifiers being promoted to 4 bits in width.
parent 9e78ab4b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment