Changes between Initial Version and Version 1 of Ticket #6348, comment 16
- Timestamp:
- 2021-02-22T21:30:59Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6348, comment 16
initial v1 7 7 // which contains the line 8 8 dest->dim_size[i] = va_arg(ap, _index_t); <--- expected type on stack is _index_t but we pass int 3 9 // note that _index_t is an internal type defining a 64bit integer 9 10 }}} 10 11