about summary refs log tree commit diff stats
path: root/html/subx/056trace.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-22 21:59:39 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-22 21:59:39 -0700
commit40077d0d2b39ca5bed1f316e186b8f23b7148dc8 (patch)
tree8ae99b752f69796c4650a9a461c1e9f7f69c237f /html/subx/056trace.subx.html
parent912dc904eb3bb69f25a8b78977fa9137b6602163 (diff)
downloadmu-40077d0d2b39ca5bed1f316e186b8f23b7148dc8.tar.gz
5220
Diffstat (limited to 'html/subx/056trace.subx.html')
-rw-r--r--html/subx/056trace.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/056trace.subx.html b/html/subx/056trace.subx.html
index 9e734e19..8502bbd3 100644
--- a/html/subx/056trace.subx.html
+++ b/html/subx/056trace.subx.html
@@ -412,7 +412,7 @@ if ('onhashchange' in window) {
 <span id="L350" class="LineNr">350 </span><span class="Constant">$_append-4:abort</span>:
 <span id="L351" class="LineNr">351 </span>    <span class="subxS1Comment"># . _write(2/stderr, error)</span>
 <span id="L352" class="LineNr">352 </span>    <span class="subxS2Comment"># . . push args</span>
-<span id="L353" class="LineNr">353 </span>    68/push  <span class="Constant">&quot;stream overflow&quot;</span>/imm32
+<span id="L353" class="LineNr">353 </span>    68/push  <span class="Constant">&quot;stream overflow\n&quot;</span>/imm32
 <span id="L354" class="LineNr">354 </span>    68/push  2/imm32/stderr
 <span id="L355" class="LineNr">355 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L356" class="LineNr">356 </span>    e8/call  <a href='050_write.subx.html#L14'>_write</a>/disp32
77 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317