src/os_cpu/linux_zero/vm/os_linux_zero.cpp

changeset 9317
ca4663e58916
parent 9289
427b2fb1944f
child 9448
73d689add964
equal deleted inserted replaced
9316:a27880c1288b 9317:ca4663e58916
406 // Stubs for things that would be in linux_zero.s if it existed. 406 // Stubs for things that would be in linux_zero.s if it existed.
407 // You probably want to disassemble these monkeys to check they're ok. 407 // You probably want to disassemble these monkeys to check they're ok.
408 408
409 extern "C" { 409 extern "C" {
410 int SpinPause() { 410 int SpinPause() {
411 return 0; // Shouldn't matter.
411 } 412 }
412 413
413 414
414 void _Copy_conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) { 415 void _Copy_conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) {
415 if (from > to) { 416 if (from > to) {

mercurial