initial commit: a mess of assembly code
[fmap.git] / x86_64_sse2_x87 / pbf / blk / primblk / primgrp / dense / data.s
blob7462bc4ed336edd9d8fdbba520375a093b6af9ec
1 ; vim: set filetype=fasm foldmethod=marker commentstring=;%s colorcolumn=101 :
2 namespace blk.primblk.primgrp.dense.nodes
3 msg: namespace msg
4 mmap_failed db 'ERROR(%ld):PBF:PRIMBLK:PRIMGRP:DENSE:NODES:unable to mmap nodes',10,0
5 idx_mmap_failed db 'ERROR(%ld):PBF:PRIMBLK:PRIMGRP:DENSE:NODES:IDX:unable to mmap the index',10,0
6 idx_nodes_n db 'PBF:BLK:PRIMBLK:DENSE:INIT_ONCE:reserving a memory mapping for an index able to handle %lu nodes',10,0
7 end namespace
8 end namespace