mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add breakpoint utility function.
This commit is contained in:
parent
8a02fe0fc6
commit
efb59fde92
1 changed files with 4 additions and 0 deletions
|
@ -44,3 +44,7 @@ pub mod task;
|
|||
pub mod time;
|
||||
pub mod vec;
|
||||
pub mod workqueue;
|
||||
|
||||
pub fn breakpoint() {
|
||||
unsafe { ::std::intrinsics::breakpoint() };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue