diff --git a/cranelift/docs/langref.rst b/cranelift/docs/langref.rst index 3a855c32b4..fb62111d0a 100644 --- a/cranelift/docs/langref.rst +++ b/cranelift/docs/langref.rst @@ -654,6 +654,8 @@ trap when accessed. address space reserved for the heap, not including the guard pages. :arg GuardBytes: Size of the guard pages in bytes. +The ``reserved_reg`` option is not yet implemented. + Dynamic heaps ~~~~~~~~~~~~~ @@ -672,6 +674,8 @@ is resized. The bound of a dynamic heap is stored in a global variable. :arg BoundGV: Global variable containing the current heap bound in bytes. :arg GuardBytes: Size of the guard pages in bytes. +The ``reserved_reg`` option is not yet implemented. + Heap examples ~~~~~~~~~~~~~