diff options
Diffstat (limited to 'src/include/box64context.h')
| -rwxr-xr-x | src/include/box64context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h index 79560227..5dc2399d 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -89,6 +89,7 @@ typedef struct box64context_s { char* fullpath; char* box64path; // path of current box64 executable char* box86path; // path of box86 executable (if present) + char* bashpath; // path of x86_64 bash (defined with BOX64_BASH or by running bash directly) uint64_t stacksz; size_t stackalign; |